Middleman Template: bootstrap3, SASS and Slim

Warning - Old content ahead!

This page has been marked as a legacy post. This means it's quite old (from 2013) and probably out of date. Take it with a grain of salt!

As quoted from their website, Middleman is "A static site generator using all the shortcuts and tools in modern web development".

I really love using Middleman for simple static websites. Everything I use in my front end stack (SASS and coffeescript) just works out of the box.

Using two commands middleman while developing a website locally and then middleman build when I'm ready to push the static content to my server. It really saves a lot of time.

Anyway to the point of this blog post. One of the features of Middleman is the ability to load ready made templates so you don't have to waste time setting up layouts.

I have written a small template for Middleman that sets up Bootstrap 3 with the Slim templating engine (My preference to HTML). This also uses Bower for javascript dependancies (You will need Node and NPM installed for this).

You can view it / download it from my github repo available here.

Spread the word

Share this article

Like this content?

Check out some of the apps that I've built!

Snipline

Command-line snippet manager for power users

View

Pinshard

Third party Pinboard.in app for iOS.

View

Rsyncinator

GUI for the rsync command

View

Comments