** 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!
- ruby
- middleman ($
gem install middleman
) - bower ($
npm install -g bower
) - git
- $
middleman init my_new_project --template=paperdigits/middleman-foundation-6
- $
cd my_new_project
- $
bower install
- $
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.