This repo contains the source code of the website for the Spring 2022 Operating Systems Course Honor track at Peking University. The repo for the main page is here.
It is easy to create websites for further semesters:
-
Copy this repo into a new repository.
-
Change the baseurl attribute in _config.yml and turn on the Github Pages. Then you can have access to your website at https://pku-os.github.io/.
-
Now update the staffers, calendar, announcements and schedules as needed.
- _modules/ : the weekly schedule, ppt link and homework release
- _announcement/ : the weekly announcement, e.g. exam date
- _schedules/ : the weekly calendar, e.g. office hours
- _staffers/ : teacher and TA info
- assets/ : static files, e.g. ppt, pdf
- images
- notes
- _config.yml : configuration file for the website
- _includes/ : reused components
- _layouts/ : html templates
- _sass/ : css template
- _site/ : generated static website
- Gemfile : dependency packages list
- LICENSE : MIT license
This website is supported by Just the Docs, a documentation theme for Jekyll.