Skip to content

Piratnewtime/middleman-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middleman Template

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.

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.8%
  • Ruby 27.9%
  • PHP 6.8%
  • HTML 5.6%
  • JavaScript 0.9%