Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 296 Bytes

File metadata and controls

13 lines (8 loc) · 296 Bytes

Setup

  • gem install middleman
  • bundle
  • middleman s (./bin/middleman s, if using rbenv/binstubs)

Build

  • Run middleman build (or ./bin/middleman build) before pushing up your changes

Deploy

  • Run rake deploy, which will build and push the static files to master.