Here is a quick list of non-style changes I made before deploying my Octopress site (see it all on Github):
Permalinks only contain the title. No need for other dates/etc. (permalink: /:title in _config.yml)
Moved archives out of the blog directory. I am not going to write a post called archives (at least I hope not), so there is no need for the extra directory.
Added a 404 page.
Swapped the order of page title and site title. All sites should do this. Might send this as a pull request.
Added the about me aside to my sidebar (custom/asides/about.html)
Added rel=”author” to the author include.
Wired up the excellent Rack-Rewrite for handing old urls and forcing all requests to one domain.
1 2 3 4 5 6 7 8 9 10 11 12 | |
Note: The 404 and rewrites only works with Octopress because I am using a Ruby (Heroku) host.