Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 828 Bytes

EE120 Staff Website

  • Course Website for EE120
  • Based off of the SP23 CS188 course website, provided to us by Peyrin.

Updating assignments

  • Instructions for uploading discussion worksheets are in _data/discussions.yml.
  • Instructions for releasing homeworks are in _data/homeworks.yml.
  • Instructions for releasing projects are in _data/projects.yml.

Building website

To update the website, just push to this repo, and the website will automatically build and update in around a minute. To keep the repo clean, please tag your commit messages by adding an assignment tag at the beginning. Examples:

  • [disc02] release
  • [hw02] add electronic hw
  • [proj1] fix typo in spec

To build the website locally, install Jekyll and run bundle exec jekyll serve.