Skip to content

A minimal Middleman project template using ZURB Foundation 6

Notifications You must be signed in to change notification settings

paperdigits/middleman-foundation-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A minimal Middleman project template using ZURB Foundation 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published