- Markdown processing was added to the default "Rules" file.
- Syntax highlighting was added in the default "Rules" file, and using a css found here: https://gist.github.com/clarkdave/5117910. Complete walkthrough: http://clarkdave.net/2013/03/syntax-highlighting-in-nanoc/.
- The pages of the website are in "content", in pure markdown. The sidebar is defined in "layouts/default.html". To compile in the "output" folder:
$ nanoc
- rsync push was added to the default "nanoc.yaml" file, in order to be able to push the compiled website right at http://moclodash.gforge.inria.fr/. Simply type:
$ nanoc push
$ nanoc deploy --target public
- Note that the push gives an error. This is normal, because rsync wants to write on the folder "htdocs", but has no rights to do so (gforge server limitation). The push *is* made despite the error.