This video walks you through how to make changes to the website (just replace all instances of fa19 with sp25 and DS100 with Data 102).
To add Jupyter notebook links to the webpage, use nbgitpuller: https://jupyterhub.github.io/nbgitpuller/link
Prerequisites:
- You have everything that Jekyll requires
- You have installed Bundler:
gem install jekyll bundler
After cloning this repository and navigating into the directory, run the following command to install dependencies
cd YOUR_REPO
bundle install
To run the site locally, run:
bundle exec jekyll serve
This site is deployed via a GitHub Action Workflow. For more information see GitHub Pages.