The https://www.data8.org/fa24/ website.
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 YOUR_REPO
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.
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.