This is the core / base for a set of accessible class websites. A good example (which this was based on) is cse340
How to use
To use this website, the following steps are necessary:
- Fork the website, so you can customize it
- Update the folowing variables and files:
- in .gitlab-ci.yml
quarter: eg21wi course: egcse340 refs: - egCSE340-WI21```
- in .gitlab-ci.yml
- If at UW,
- Create a directory in /courses/[your class] for this quarter
- ask CSE support to enable your repo for the courseweb runner
- Make sure to tell them which class this is for so they can set it up properly.
Basic use:
rvm use ruby 2.4 bundle exec jekyll build bundle exec jekyll serve &