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.
When writing docs, please use Markdown. This site actually uses Kramdown. To learn about the syntax, see this site
$ bundle exec rake compile
$ bundle exec rake view
(This is now super-quick, so there is no reason not to do this.)
$ bundle exec guard