Site for Hanover-CS CS223 class for Winter 2025
Site is live here
bundle install
bundle exec jekyll serveOther theme options here
Some gotchas:
- Filenames can't have any weird characters in them or the links won't work. Had to change
CS223 Syllabus.mdtoCS223Syllabus.mdfor example. - "definition lists" like the one used in the syllabus don't work, as they are an extension to the normal markdown. Using
:instead of~seems to work though.