Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.26 KB

Foundation 6 Middleman Template

** master works wtih Middleman 4; for Middleman 3, see the v3 tag. I'm no longer maintaining v3.**

middleman-foundation-6 is a minimal Middleman project template using the SASS version of the ZURB Foundation framework, version 6.

Lots of this is based on middleman-zurb-foundation by axyz; thanks!

Prerequisites

  1. ruby
  2. middleman ($ gem install middleman)
  3. bower ($ npm install -g bower)
  4. git

Installing middleman-foundation-6 as a Middleman Template

  1. $ middleman init my_new_project --template=paperdigits/middleman-foundation-6
  2. $ cd my_new_project
  3. $ bower install
  4. $ bundle exec middleman

You'll probably want to grab the latest _settings.scss from the Foundation github page and import it into the stylesheet.

Now you can start hacking on source directory and watch live changes on localhost:4567.

For more help follow Middleman's project template instructions.