nhemsley / middleman-bootstrap

A simple Middleman starting point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Middleman starting point

demo:

http://middleman-bootstrap.herokuapp.com/

supports:

install:

$ git clone git://github.com/fujimogn/middleman-bootstrap.git #{APP_DIR} && cd #{APP_DIR}
( $ gem install bundle --pre )
$ bundle install --without production
$ bower install

deploy:

$ heroku create middleman-bootstrap --stack cedar
$ git add .
$ git commit -m "first commit"
$ git push heroku master

About

A simple Middleman starting point


Languages

Language:ApacheConf 32.4%Language:CSS 29.2%Language:JavaScript 16.2%Language:HTML 15.1%Language:Ruby 5.6%Language:CoffeeScript 1.4%