The scaffolding for this project is forked from the now-abandonded Slate generator (https://github.com/slatedocs/slate).
Documentation can be found in source/index.html.md.
To get started, run the following:
bundle install
bundle exec middleman serverDocs will be visible here: http://localhost:4567
To generate static files in the build/ dir, run the following:
bundle exec middleman buildYou can deploy to gh-pages with ./deploy.sh.