We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix permalink to make it available for disqus
Import posts from calepin.co and scriptogr.am
Add image and more
configure images. put images outside of posts as a workaround https://github.com/jekyll/jekyll/issues/2246 . Anyway the images should be addressed with absolute path or a post specific folder created for posts with images and other resources
details
move all favicons in a single folder as a collection
rss feed
options
add excerpts
add favicons for all devices. see http://www.favicomatic.com/ to generate all icons
rename feed.atom
Url is automatically configured by githubpages, probably from CNAME file.
atom
add atom.xml
add sitemap.xml
Add SEO stuff: robots.txt and sitemap.xml
Remove url as well.
Fix base.url generation in jekyll
removed custom permalink
removed slug.
fix post
- add mandatory trailing / - see http://pixelcog.com/blog/2013/jekyll-from-scratch-core-architecture/ << Pitfalls With Pretty URLs You’ll note that for all of these “pretty” urls, a trailing / is needed. This is to force Jekyll to render them at /url/index.html rather than simply /url. Jekyll will render documents with arbitrary names if you ask it to, but since GitHub Pages will not know how to infer the data type without a file extension; the file will be served with the content-type "application/octet-stream" rather than "text/html". For all intents and purposes, trailing slashes are mandatory on pretty urls. Also noteworthy, since urls like this can be accessed at either /url/ or /url/index.html you will effectively have two urls for the same document on your blog. This can cause unexpected problems when integrating with third party comment systems and social widgets, and it’s also bad for SEO. To fix this, I’d highly recommend putting canonical url metadata into your default template using the following line in your <head>: <link rel="canonical" href="{{ page.url }}" /> >>
Serve urls ending in / as well.
Configure also for trailing slash.
configure permalinks
Add 404 page.
Permalinks without extension and trailing slash.
Replace README with index that displays nothing. Readme still usefull for github.
fix permalink
Merge branch 'master' of https://github.com/raisercostin/raisercostin.github.io