This site is built using Nanoc with Ruby templating done using HAML.
Previous sites upon which this one is derived from include
A great example site using Nanoc and HAML is Dan Healy's Resume.
An example Nanoc template.
-
Clone this repository
$git clone https://github.com/nairuby/ruby-conf-af
-
Go into the directory
$cd ruby-conf-af
-
Install the dependencies
$bundle config set --local path 'vendor/bundle'
$bundle install
-
Build the site
$bundle exec nanoc
-
Locally view the site
$bundle exec nanoc view
Note that the generated website will be in the folder
output
which you can place on a webserver for production
use.
- Raise an issue
- Fork this repository
- Make a new branch
- Add changes to your branch
- Make a pull request