- Clone the repo and change in to that directly
- Install dependencies:
bundle install - Start the server:
bundle exec middleman server - Navigate to page:
http://localhost:4567
- Make changes
- Commit them
- Push
- Build assets:
bundle exec middleman build --clean - Copy everything in
./buildto the root directoy of the GitHub pages repo - Commit those changes
- Push