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.
To get the browser refresh working, you should install the LiveReload extension into your browser. Otherwise you will have to do the arduous task of clicking refresh yourself.
When writing docs, please use Markdown. This site actually uses Kramdown. To learn about the syntax, see this site.
If you include ANY Markdown in the file, give it an .md extension.
This is easy. Are you ready for it? Run this command:
rake
Yeah, that's it. This command will compile the site, check for any bad links, and refresh your browser.
Before you push, make sure you verify there are no bad links.
$ 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