A template for UC Berkeley class websites (with a focus on EECS/CS/DS courses).
Prerequisites:
gem install jekyll bundler
YOUR_GITHUB_USERNAME
and YOUR_REPO
accordingly).
git clone git@github.com:YOUR_GITHUB_USERNAME/YOUR_REPO.git
cd YOUR_REPO
bundle install
To run the site locally, run:
bundle exec jekyll serve
The easiest way to deploy your site is with GitHub Pages.
See CONTRIBUTING.md for instructions on how to develop this site as part of course staff or if you're interested in contributing to this template repository.