Skip to content

davidrf/curriculum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Curriculum

Contains articles, challenges, and exercises for use with the Event Horizon application.

Directory Structure

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).

Lesson Metadata

TODO

Lesson Types

TODO

Markdown Format

TODO

About

Challenges for Event Horizon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published