PKU-OS / sp23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PKUOS Spring 2023 website

This repo contains the source code of the website for the Spring 2023 Operating Systems Course Honor track at Peking University. The repo for the main page is here.

Usage

It is easy to create websites for further semesters:

  • Add one entry point in the main page. See here for details.

  • 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.

Content

  • _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

Other Files

  • _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

Acknowledgement

This website is supported by Just the Docs, a documentation theme for Jekyll.

About

License:MIT License


Languages

Language:HTML 53.0%Language:SCSS 41.2%Language:Liquid 5.2%Language:Ruby 0.7%