For quick HTML & CSS experiments.
git clone git@github.com:haydn/playground.git
cd playground
gem install bundler
bundle
Create a new project (just make a copy of the _template directory):
rake new example
cd example
Start the Jekyll server:
jekyll s
You can now view your project here: