Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 839 Bytes

File metadata and controls

34 lines (24 loc) · 839 Bytes

HTML5 Boilerplate Jekyll Template with Compass (a Sass framework)

Yup! The world needs this!™

gem install jekyll
gem install compass

WHAT I DO???

  1. git clone git://github.com/ericdfields/HTML5-Boilerplate-Jekyll-Template.git thingy
  2. cd thingy
  3. jekyll --server --auto && compass watch . &

Offerings

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

Improvements

  • More default templatey goodies??

Feedback

  • Please open bugs, fork, wiki, etc.