Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 560 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 560 Bytes

Middleman Boilerplate Template

Usage

Download or clone into ~/.middleman/boilerplate:

$ git clone git@github.com:droidlabs/middleman-boilerplate.git ~/.middleman/boilerplate

Install middleman:

gem install middleman

Initialize a new middleman project:

$ middleman init my_project --template=boilerplate

Then bundle, and start the middleman server:

middleman

You can read more about project templates on the Middleman site.