Middleman Twitter Bootstrap is my starting point for static site generation using Middleman. It is forked from middleman-twitter-bootstrap which draws from middleman-bootstrap. Aside from Middleman and Twitter Bootstrap, I've included a few customizations, pages, and partials that suit my needs.
Great for rapid prototyping, wireframing, or simply generating static pages using a responsive grid framework.
## Features
- Bootstrap
- HAML
- SASS
- Make sure you have Ruby and Rubygems.
- If you haven't already, install Middleman using gem install middleman.
- Navigate to the project folder and bundle install.
- Start the development server using bundle exec middleman. Preview at http://localhost:4567. Visit Middleman's documentation for more details.