All Projects → shkm → middleman-neato

shkm / middleman-neato

Licence: MIT license
Middleman template using Sass (+ Bourbon & Neat), Slim, Boilerplate and other cool stuff.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects

Middleman-neato

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

No longer maintained, but feel free to fork it.

Features

Neato sets you up with the following, straight out of the box:

Thanks to the brilliance of Middleman, this should get you up and running on new projects pretty darn fast.

Use

Install Middleman:

gem install middleman

Clone Neato:

git clone https://github.com/shkm/middleman-neato.git my-project

Install gems and get to work!

cd my-project
bundle install
middleman

Template Install

If you find yourself using Neato often, you can install it as a middleman template:

git clone [email protected]:shkm/middleman-neato.git ~/.middleman/neato

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

middleman init -T=neato my-project

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

Copyright and licence

Copyright 2013 Jamie Schembri, under the MIT licence.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].