/pku-os-course

Course website for Operating System course in Peking University.

Primary LanguageHTMLMIT LicenseMIT

Operating System Honor Track

This repo is deprecated, the new repo has been moved to the official Github Account PKU-OS.

You can visit the website on pkuos.systems.

TODO

  • course information : introduction, policy, grading
  • textbook
  • lab/hw
  • exam

Structure

files marked as TODO are to be changed as course goes

Contents

  • _modules/ : the weekly schedule, ppt link and homework release (TODO)
  • _announcement/ : the weekly announcement, e.g. exam date (TODO)
  • _schedules/ : the weekly calendar, e.g. office hours (TODO)
  • _staffers/ : teacher and TA info

Navigation components

  • courseinfo.md (TODO)
  • calendar.md (TODO)
  • index.md (TODO)
  • announcements.md
  • staff.md
  • schedule.md

Support files

  • _config.yml : configuration file for the website
  • _includes/ : reused components
  • _layouts/ : html templates
  • _sass/ : css template
  • assets/ : static files, e.g. ppt, pdf, images (TODO)
    • images
    • notes
  • _site/ : generated static website
  • Gemfile : dependency packages list
  • CNAME : domain name file
  • LICENSE : MIT license

Acknowledgement

This website uses Just the Docs, a documentation theme for Jekyll.