Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.25 KB

readme.md

File metadata and controls

26 lines (15 loc) · 1.25 KB

Middleman Project Template: with Frameless adaptive grid


Basics

Just your basic blank slate of a Middleman --rack project, 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-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-frameless

For more help follow Middleman's project template instructions.