This is the SeeClickFix.com Legal documentation version controlled and built with nanoc.
Source documents are available in the content
folder. Look here for version history.
The output
directory holds the generated site that is published to github.
Now running ruby 2.1.4
Install the necessary gems:
bundle install
You can see the available commands with nanoc:
nanoc -h
Nanoc has some nice documentation to get you started.
Change some files in layouts
or content
then to look at the site locally:
bundle exec nanoc compile
bundle exec nanoc view --port 4000
Then hit it up in the browser [http://localhost:4000][http://localhost:4000]
You can publish to Github using a rake task
be rake compile
be rake publish