Built with nanoc, a static website generation tool.
- Ruby
- RubyGems
- Bundler
Install the dependencies with bundler
. I like to install them under the
project root:
$ bundle install --path vendor/bundle
Once the deps are installed, you should be able to accomplish what you need to with the included Rake tasks.
$ bundle exec rake compile
$ bundle exec rake view
$ bundle exec rake autocompile
Syntax highlighting is really slow, so to turn it off while developing, run:
$ rake disable_syntax
To turn it back on:
$ rake enable_syntax