Download
Installing nanoc ¶
Install nanoc using RubyGems (Ruby 1.8.5 or higher required):
sudo gem install nanoc
Plugins ¶
There is a collection of plug-ins available from the nanoc wiki. These plugins extend nanoc by providing functionality for creating blogs, tagging, syntax coloring, etc.
Release Notes ¶
Latest Release: 2.0.4 ¶
- Fixed default.rb’s
html_escape - Updated Haml filter and layout processor so that
@page,@pagesand@configare now available as instance variables as well as local variables
Older Release Notes ¶
For older release notes, check out the older release notes page.