/middleman-noir

A Middleman project template with intriguing options not chosen from mainstream.

Primary LanguageRuby

Middleman Noir

A Middleman project template with intriguing options not chosen from mainstream.

Middleman Noir

Features

Installation

This assumes you have Ruby and Node.js installed on your system.

Install Middleman:

$ gem install middleman

Clone this repository into your ~/.middleman folder:

git clone git@github.com:jcypret/middleman-noir.git ~/.middleman/noir

Remove repository from template so that new templates copy over clean:

rm -fr ~/.middleman/noir/.git

Generate new project based on the Middleman Noir template:

middleman init your_project_name --template=noir

Install Dependencies:

$ npm install
$ bower install