Yes.
# Start a local server
$ bundle exec middleman
# Build docs
$ bundle exec rake build
# Upload docs
$ bundle exec rake deploy
$ bundle exec rake deploy version=0.1.1
- Update bundle:install with correct example
- git:clone example
- assets:precompile example
- Flesh out 'Command line options'
- A 'defining tasks' section
- 'About deploy.rb' should have a reference to defining tasks
- More heplers
- Recipes section
- Recipe: multiple environments
- Recipe: tasks with arguments
- Link to GH issues / Trello
- run! helper