Forked from lewagon/middleman-boilerplate.
- Clone the repository
- Run
middleman s
to start the server. - Start to code !
rake publish
- Go to your Github repository > settings > github pages (Options) and select your build branch
- Website is deployed !
You shouldn't contribute on this fork, but if you really want, follow this guide :
- Fork it ( https://github.com/bastienrobert/middleman-boilerplate/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Same license than lewagon/middleman-boilerplate.