Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1002 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 1002 Bytes

Middleman Quick Starter

image.png (262.7 kB)

Features

  • Middleman (3.4.1)
  • middleman-heroku-static-app
  • Compass
  • jQuery
  • Sass (Indented Syntax)
  • Haml
  • Bootstrap 3 (with customized variables)
  • Font-awesome
  • Customized buttons, navbar, forms
  • CoffeeScript

TODO

  • Typography
  • Customize breadcrumb
  • Footer
  • Middleman v4

Usage

$ git clone http://github.com/taea/middleman-quick-starter.git mysite && cd mysite
$ bundle install && bundle exec middleman init .
$ git add . && git commit -m "brand new site"
$ heroku create && git push heroku master
$ heroku open

The only expectation is that middleman build will generate your site into ./build. That's where Rack::TryStatic will look.

You can customize the 404 page that's served if TryStatic can't find a file by editing source/404.html.erb.