Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.28 KB

Middleman-Blog Project Template: with Frameless adaptive grid


##Basics Just your basic blank slate of a Middleman-blog project template, including grid SASS from Frameless.

Middleman is a static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.

Frameless is an idea for a specific type of adaptive grid. You can use it as a good starting point for a new design, but you’ll still have to do all the hard work of designing and coding yourself.

  • Make a regular fixed-width grid
  • Make it repeat infinitely
  • Center it in the viewport
  • Profit

##Demo http://bryanschuetz.github.io/middleman-blog-frameless/

Usage

Download and install into ~/.middleman (you'll have to create this directory if it's not already there). You can then use it with the --template flag on middleman init. For example: middleman init your-project --template=middleman-blog-frameless

For more help follow Middleman's project template instructions.