See the site live: muncompsci.ca
The content for the site lives in the content/
folder. Fork this repo and send us (via a pull request)
- New tutorials and resources
- Spelling fixes
- Updated course information
- Anything you can think of
Changes made to this repository are reflected automatically on the site live. Do not rewrite the history of this repository or else you will be cuddled by the most adorable of kittens. But seriously, don't mess with time.
To add notes (descriptions, resources, past assignments, etc.) for courses:
- Create a new folder under
content/resources/courses/
named as the course number (for example,content/resources/courses/2710/
). - Create a new empty text file in the new folder called
contents.lr
. - You can structure this file like so:
title: COMP <course_number>
---
body:
# Content
You can replace <course_number>
with the course number you'd like to add notes for.
And you can add content below body:
in Markdown.
To learn more about how Lektor structures content, see this screencast and check out the Lektor documentation.