public
Description: A minimal Compass-powered nanoc site
Homepage: http://nanoc.stoneship.org/
Clone URL: git://github.com/ddfreyne/nanoc-bootstrap-compass.git
name age message
file README.md Sun Nov 01 14:08:05 -0800 2009 initial import [ddfreyne]
file Rules Sat Nov 21 02:24:28 -0800 2009 renamed compass.rb to make sure the compass req... [ddfreyne]
file compass_config.rb Sat Nov 21 02:24:28 -0800 2009 renamed compass.rb to make sure the compass req... [ddfreyne]
file config.yaml Sun Nov 01 14:08:05 -0800 2009 initial import [ddfreyne]
directory content/ Sun Nov 01 14:08:05 -0800 2009 initial import [ddfreyne]
directory layouts/ Sun Nov 01 14:08:05 -0800 2009 initial import [ddfreyne]
README.md

nanoc+Compass bootstrap project

This directory contains a small nanoc project that uses Compass. It is based on a brand new nanoc site generated using nanoc3 create_site.

Places of interest:

  • compass.rb which contains the Compass configuration
  • content/style which contains the Sass stylesheets (and a partial)
  • Rules which contains the rules for processing the Sass stylesheets

How To Use

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 nanoc3 co.

You may want to edit the Compass configuration (compass.rb) to suit your needs.