Skip to content

ucsb-cs156/s22

Repository files navigation

S22

https://ucsb-cs156.github.io/s22/

Jekyll based website for UCSB CS156, Winter 2022

Website: https://ucsb-cs156.github.io/s22/

The theme currently being used can be find in the jekyll-theme value in _config.yml

To test locally:

  • One time setup:
    • git clone the repo
    • Install rvm (the Ruby version manager)
    • Run ./setup.sh to install correct ruby version, bundler version, and bundle the gems
  • From then on, to test the site locally: