Skip to content

Middleman(v3), Heroku, Bootstrap, Sass(indented syntax), Haml, Font-awesome, ... and basic customized design modules

License

Notifications You must be signed in to change notification settings

taea/middleman-quick-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Middleman(v3), Heroku, Bootstrap, Sass(indented syntax), Haml, Font-awesome, ... and basic customized design modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published