Based on middleman-casper and Middleman-Blog.
-
Clone and run
bundle install
-
Start a local web server running at
http://localhost:4567/
with:$ middleman server
-
Create a static file with:
$ middleman build
For help, see the official Middleman website.