Skip to content

nairuby/ruby-conf-af

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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