middleboy is a Middleman 3.x boilerplate with SLIM, SASS and Coffeescript.
Use this boilerplate with Bundler, Rbenv and Bower.
###Features###
- Optimized asset structure
- Conditional IE html tags
- Viewport meta setup for iOS and Android
- Favicon and app icons
- Dynamic title attribute body class via YAML front-matter
- Easy deployment
- HTML Minification
- Auto-generated favicons
- sitemap.xml
- robots.txt
- .htaccess
- gzip
- 97/100 page speed index
###Includes###
- Inline Modernizr
- jQuery
- Google Analytics (async)
- Bootstrap
- Bourbon
Clone middleboy into ~/.middleman
. You will need to create this directory if it doesn't exist.
$ git clone git://github.com/crtvhd/middleboy.git ~/.middleman/middleboy
Initialize middleman on a new or existing folder $ middleman init path_to_project --template=middleboy
, then cd into the project directoy and run bundle update; bower install
to finish setup.
Copyright (c) 2014 Martin Wessely