/ardicus

Middleman .scss template

Primary LanguageRuby

Ardicus Middleman template

A spartan theme for Middleman static site generator containing next to nothing

Contains:

  • Sass / Compass
  • Susy 2 grid system
  • Breakpoint Sass media queries
  • Folder set up according to SMACSS principles

Install

Get yourself some bundling power with Bundler if it's not already installed:

gem install bundler

Clone or download this mofo into a local folder:

git clone https://github.com/aderaaij/ardicus.git lets_boogie

CD into the folder and give the magic bundle install command to install all required gems incuding Middleman

Use bundle exec middleman for development and bundle exec middleman build to render your static file output to the /build/ directory.

For all the Middleman tips and tricks, check the Middleman website.

Credits

The configuration (and name) of this template are heavily inspired by Nathan Henderson's Amicus Middleman template