Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 543 Bytes

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: