Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

tutorials.gschool.it

This is the home of all online tutorials for gSchool. This is based off of https://github.com/indirect/middleman-heroku-static-app.

Tech details

  • Ruby 2.1.0
  • Middleman
  • Deployed to Heroku.
  • Make sure you have the Middleman gem installed:
bundle install

To run locally:

middleman server

Gotchas

Always make the markdown extension (.md) the last extension on the file name. Otherwise creating the terminal HTML will be broken.