Course website for CS 498 Virtual Reality at the University of Illinois.
- Install Jekyll
cdto the location of the cloned repo- Run
bundle installfor dependencies - Run
bundle exec jekyll serveto start the website, then visithttp://localhost:4000.
In _data/schedule.yml there is a list of objects, each representing one class. Each one must contain the following fields:
date: string containing the date of the lecture (formatted like so:"27 Aug 2018")materials: string, will be markdownified. Should contain relevant textbook chapters to that lecture and optionally any extra materials.title: string, will be markdownified. Should link to the slides.