Bootman is a template for a simple Bootstrap-based static site with Middleman. Bootman includes the HTML5 Boilerplate code, the Bootstrap js code, Thomas McDonald's bootstrap-sass conversion, and Thoughtbot's Bourbon Sass mixin library.
- bootstrap-sass 2.3.1.0 => https://github.com/thomas-mcdonald/bootstrap-sass
- Modernizr 2.6.2 => http://modernizr.com/
- jQuery 1.9.1 => http://jquery.com/
https://github.com/middleman/middleman
Run:
git clone https://github.com/chasballew/bootman
Rename the "bootman" dir as you see fit.
Make sure you have these dependencies:
gem install middleman
gem install middleman-smusher
gem install middleman-livereload
To add Compass + Haml in a Middleman project template, check out https://github.com/theblacksmith/chubbs