NOTE: This project is no longer maintained.
A nice default project template for Middleman, the 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.
- Middleman
- Slim templates
- Sass with Bourbon & Neat
- CoffeeScript with jQuery
- Livereload
- PNGcrush
- OptiPNG
- JPEGoptim
Quick setup:
rake setup
bundle exec middleman
Manual setup:
brew install pngcrush optipng jpegoptim
bundle
rake build:source
rake setup:update
bundle exec middleman
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.