Skip to content

Instantly share code, notes, and snippets.

@pesblog
Created December 28, 2013 20:05
Show Gist options
  • Save pesblog/8163555 to your computer and use it in GitHub Desktop.
Save pesblog/8163555 to your computer and use it in GitHub Desktop.
gem install middleman
gem install middleman-slim
gem install stylus
middleman init foo -T slim
cd foo
vi Gemfile
+ gem "stylus"
vi config.rb
+ require 'slim'
bundle update
middleman server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment