Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 691 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 691 Bytes

Middleman SlimShot Template

Preprocessing
Tools

Getting Started

  1. Install Middleman
$ gem install middleman
  1. Install slimshot template
$ mkdir ~/.middleman && cd ~/.middleman
$ git clone [email protected]:DerekBriggs/slimshot.git slimshot
  1. Start your project
$ cd ~/path/to/where/you/want/to/create/your/project
$ middleman init PROJECT_NAME --template=slimshot

Deploying to Heroku

Deploying to GitHub Pages