This directory contains a small nanoc project that uses Compass. It is based on a brand new nanoc site generated using nanoc create_site.
Places of interest:
config.rbwhich contains the Compass configurationcontent/stylewhich contains the Sass stylesheets (and a partial)Ruleswhich contains the rules for processing the Sass stylesheets
Before you do anything, make sure that you have Compass installed. Issue gem install compass if you haven't already or if you're unsure.
To compile the site, simply use nanoc co.
You may want to edit the Compass configuration (config.rb) to suit your needs.