Follow this: http://stackoverflow.com/questions/27680342/how-to-deploy-a-middleman-site-to-github-user-page
bundle exec middleman server for development
You'll have to repeat the following steps every time you deploy an update. Consider adding them to a batch file so that you don't have to repeat them manually.
- Build your project. Starting at the project root:
bundle exec middleman build - Change into the build directory:
cd build/ - git add/commit/push
- Key:
AIzaSyD-WxzbnwrSbcxcKWmR3gueYdGmdjXcvYI