jekyll-course-notes

jekyll-course-notes

Course notes theme for Jekyll

Jekyll Course Notes

[Demo]

A general Jekyll theme for writing course notes, based on the source code for the CS231n notes website written by Andrej Karpathy.

Attempts to minimize the amount of hardcoding needed for the website by explicitly organizing contents into a series of modules, which each contain several chapters:

  • A listing of all modules is found in index.md. Each module contains: a display name and directory to find chapters within.
  • To create a chapter, we add a Markdown file to _chapters/module_dir/chapter_name.md.
    • The front matter for the chapter contains: a title, keyword list, and ordering priority.