Skip to content

ucsb-cs56/ucsb-cs56.github.io

Repository files navigation

ucsb-cs56.github.io

Jekyll-based website for CS56

Website: https://ucsb-cs56.github.io

This version is intended to replace https://ucsb-cs56-pconrad.github.io.

It uses the new Jekyll theme approach to make these sites easier to maintain.

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

The navigation is set by the values in _data/navigation.yml

Jekyll status on Travis-CI: Build Status

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:
    • Run `./jekyll.sh
    • Point browser to localhost:4000