/middleman-template

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

Primary LanguageCSS

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 git@github.com: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.