Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.3 KB

Middleman ClearSight Edition

A nice default project template for Middleman, the fantastic static site building tool.

Middleman-Template is maintained by Infinite Red, a web and mobile development company based in Portland, OR and San Francisco, CA.

Dependencies

Setup

Quick setup:

rake setup
bundle exec middleman

Manual setup:

brew install pngcrush optipng jpegoptim
bundle
rake build:source
rake setup:update
bundle exec middleman

Usage

Template usage below...replace with your own usage

Clone this repo into your ~/.middleman directory as clearsight

git clone [email protected]:clearsightstudio/middleman-template.git ~/.middleman/clearsight

Now you can simply init new projects with the ClearSight template:

middleman init -T=clearsight my-project

Just don't forget to update ~/.middleman/clearsight every now and then.