Contains articles, challenges, and exercises for use with the Event Horizon application.
Right now the file organization is in flux: the exercises directory contains the material used by comet and the lessons directory contains the material used by Event Horizon. Eventually comet exercises will be incorporated into Horizon.
All lessons need to adhere to the following format to be imported by Horizon:
-
Each lesson has its own directory in the lessons directory. The name of this directory becomes the lesson slug which uniquely identifies that lesson (as well as appearing in the URL, e.g. /lessons/data-types).
-
In each lesson directory there is a .lesson.yml file containing metadata about the lesson.
-
The readable content of the lesson should be in a markdown file named after the directory (e.g. for the data-types lesson there should be a data-types.md file containing the content).
TODO
TODO
TODO