Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.16 KB

README

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.

Getting started

  • 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.

Contributing

Suggestions or Error Reports

  • Raise an issue

New Content or Fixes

  • Fork this repository
  • Make a new branch
  • Add changes to your branch
  • Make a pull request