Skip to content

cs10/fa24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b75840 · Dec 7, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 20, 2024
Aug 19, 2024
Nov 1, 2024
Aug 27, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Nov 7, 2024
Aug 19, 2024
Aug 19, 2024
Oct 18, 2024
Nov 1, 2024
Aug 19, 2024
Aug 19, 2024
Sep 17, 2024
Aug 19, 2024
Aug 20, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Sep 4, 2024
Aug 27, 2024
Sep 25, 2024
Dec 7, 2024
Sep 2, 2024
Nov 21, 2024
Nov 7, 2024
Sep 23, 2024
Aug 27, 2024
Aug 19, 2024
Dec 6, 2024
Aug 28, 2024
Nov 20, 2024

Repository files navigation

Berkeley Class Site

Pages Deploymenta11y specs

A template for UC Berkeley class websites (with a focus on EECS/CS/DS courses).

Installation

Prerequisites:

  1. Fork the repository.
  2. Clone your fork (replace YOUR_GITHUB_USERNAME and YOUR_REPO accordingly).
git clone [email protected]:YOUR_GITHUB_USERNAME/YOUR_REPO.git
  1. Install dependencies:
cd YOUR_REPO
bundle install

Usage

To run the site locally, run:

bundle exec jekyll serve

Search throughout the repository for TODO items called TODO(setup) and complete them to customize the site for your course.

Deployment

The easiest way to deploy your site is with GitHub Pages.

Contributing

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.

License

MIT