Project boilerplate for Middleman including blogging, RSS feed, sitemap, imageoptim and Haml.
Install Middleman if you haven't done yet:
$ gem install middleman
$ middleman init my_project -T elfacht/middleman-haml-boilerplate
$ middleman init my_project --template=middleman-haml-boilerplate
$ cd my_project
$ bundle install
The CSS has already Foundation mixins included. To avoid errors install Foundation via bower:
bower install
If you don't want to use Foundation, remove the breakpoint mixin in base/_base.scss
.
$ bundle exec middleman
Open http://localhost:4567
in a web browser.
This boilerplate is using following gems:
- middleman-autoprefixer
- middleman-blog
- middleman-imageoptim
- middleman-inliner
- middleman-meta-tags
- middleman-minify-html
- middleman-search_engine_sitemap
- middleman-title
- Foundation 6 (deactivated)
- Haml
- VanillaJS
- SCSS
MIT Licensed, see LICENSE for details.