A Nanoc site with 'batteries included'.
Get this
git clone git://github.com/netmute/nanoc_kickstart.git && cd nanoc_kickstart
Get bundler
gem install bundler
Get all needed gems
bundle
Smoke it!
nanoc compile
What's so great about this?!
Everything you need by just typing bundle.
All configured and ready to go.
Will be automatically installed and loaded into Compass.
A pow-ready config.ru, which means you can just start this Nanoc site with your favorite development Rack server.
A custom version of the h() helper method, which will convert every special character into its matching html entity, not just the 4 provided by the standard method.