- Markdown processing was added to the default "Rules" file.
- 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
- 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.