clarkware / webby-example

The example static website I built using Webby

This URL has Read+Write access

clarkware (author)
Mon Aug 25 13:19:00 -0700 2008
commit  74bf95e328971c146ca850cc2db8b658c775d3ad
tree    b06f01659ec0309087178aad5903a4e7f328d6fc
name age message
file README Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
file Rakefile Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
directory content/ Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
directory layouts/ Loading commit data...
directory lib/ Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
directory tasks/ Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
directory templates/ Mon Aug 25 13:19:00 -0700 2008 Initial import [clarkware]
README
= Webby Example Project

The example static website I built using Webby,
as described on my blog at:

  http://clarkware.com/cgi/blosxom/2008/08/06

== Usage

Install the Webby gem:

  gem install webby

Build the static site:

  cd webby-example
  rake
  open output/index.html