#MiddleStart
MiddleKit is a front-end development starter kit for Middleman static site generator (Middleman Template). This project is heavily inspired by Bootstrap but much more simpler.
##What's Inside?
- Blank HAML Template and some sample element modules(
header
andfooter
) - Solid SASS framework. Including scut, modified font-awesome (I convert class to placeholder to avoid bloated CSS of unused icons), some SASS placeholder (inspired by Ian Storm Taylor), some mixins, grid (using same classes as Bootstrap) & some SASS module samples. (Maybe someday I'll consider release this framework as separate project)
- Sprockets::MediaQueryCombiner to combines all matching media queries. This is very useful to reduce bloated CSS.
##How to Use?
- Install Middleman
gem install middleman
git clone https://github.com/cekerholic/MiddleStart.git ~/.middleman/middlestart
middleman init --template=middlestart
bundle install
- Make something awesome
##Demo