Simple Middleman App structure for an instant ready full features work environement.
- Rack-enabled webserver ready
- Site Data Config
- HAML based template & layout
- Localization
- Livereload with the middleman-livereload gem
- Basic & Custom Reset Stylesheets
- SMACSS inspired SASS/Compass stylesheets structure
- CoffeeScript structure
- Update SASS basic stuff
$ git clone https://github.com/jpsirois/middleman-kickstart.git
$ cd middleman-kickstart
$ bundle install
$ bundle exec middleman server
== The Middleman is loading
== Locales: en (Default en)
== LiveReload is waiting for a browser to connect
== The Middleman is standing watch at http://0.0.0.0:4567