Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data 6 Fall 2026 Website

GitHub Pages Deployment Accessibility Tests

Follow the installation and usage instructions below for development work on the site and large content changes. Small content changes can easily be made on GitHub.

Installation

Local install

Rather than using Docker containers (and VSCode's devcontainer extension), instead we will install our project dependencies "locally".

Install Ruby and Bundler

The berkeley-class-site template requires Ruby 3.3.9 or higher and bundler >= 2.6 Install Ruby before continuing. You can check your Ruby version by running:

ruby --version
bundle --version

Prerequisites:

  1. Fork the repository.
  2. Clone your fork (replace YOUR_GITHUB_USERNAME and YOUR_REPO accordingly).
git clone git@github.com: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

Note that if you alter _config.yml, you will need to rerun the above command to see the changes reflected.

Deployment

The easiest way to deploy your site is with GitHub Pages and the .github/workflows/jekyll.yml workflow included in this template.

Contributing

See CONTRIBUTING.md for instructions on how to develop this template as part of your role on course staff or if you're otherwise interested in contributing to this template repository.

License

MIT

About

UC Berkeley Data 6 Fall 2026 Website

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages