Yup! The world needs this!™
gem install jekyll
gem install compass
git clone git://github.com/ericdfields/HTML5-Boilerplate-Jekyll-Template.git thingy
cd thingy
jekyll --server --auto && compass watch . &
- _config.yml - mostly defaults, references commented
- _layouts
- default.html - HTML5 Boilerplate Layout that makes uses of includes and has some sample code to jumpstart your template.
- _includes
- analytics.html
- chromeframe.html
- head.html
- scripts.html
- _posts - a sample post
- index.md - a basic index page
- about.md - a basic 'other' page, demoing permalinks
- More default templatey goodies??
- Please open bugs, fork, wiki, etc.