This is the home of all online tutorials for gSchool. This is based off of https://github.com/indirect/middleman-heroku-static-app.
- Ruby 2.1.0
- Middleman
- Deployed to Heroku.
- Make sure you have the Middleman gem installed:
bundle install
To run locally:
middleman server
Always make the markdown extension (.md) the last extension on the file name. Otherwise creating the terminal HTML will be broken.