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.rb
which contains the Compass configurationcontent/style
which contains the Sass stylesheets (and a partial)Rules
which 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.