Second Drawer is now built with Nanoc

26 February 2010 tags:

UPDATE: The source for seconddrawer.com.au is now available from my git server, http://git.seconddrawer.com.au/

After a long while of building this (and other) sites with Jekyll I eventually got too fed up with its limitations and have moved to Nanoc.

Both Nanoc and Jekyll are static web site builders. You build the site locally and then push the resulting site up to your server. This means the webserver is only ever serving static files.

Jekyll’s downfall

One of Jekyll’s features is that it is used by the code hosting site Github. Github can build your pages if they are laid out as a Jekyll site and it does it for you on the server. For this to work, Jekyll cannot trust any of the content passed to it. This results in the following annoying issues:

While Nanoc on the other hand has the following features that I like:

The Nanoc site has some good tutorials and docs to get you started but you will learn the most by examining some example sites such as the authors own site Stoneship. One day I will stick mine up…


Possibly Similar Pages


Comments on this post

blog comments powered by Disqus
loading