Managed by Fall 2025 #TeamContent:
- Leads: Marissa Lumpkin and Isaac Chung
- Members: TBD
Prerequisites:
- You have everything that Jekyll requires
- You have installed Bundler: Run
gem install jekyll bundler
- Fork the repository.
- Clone your fork (replace
YOUR_GITHUB_USERNAME
andYOUR_REPO
accordingly).
git clone [email protected]:YOUR_GITHUB_USERNAME/YOUR_REPO.git
- Install dependencies:
cd fa25
bundle install
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.
The easiest way to deploy your site is with GitHub Pages.