Jekyll site for GitHub Pages to list contributions from students.
Live site: https://oppkey.github.io/industry-python-contributions/
Install rbenv and ruby-build to manage Ruby versions:
# macOS (Homebrew)
brew install rbenv ruby-buildThen add rbenv to your shell:
rbenv init
# Follow the instructions to add eval "$(rbenv init -)" to your shell configrbenv install 3.3.0 # or a recent 3.x version
rbenv local 3.3.0bundle install
bundle exec jekyll serveThe site will be available at http://localhost:4000/industry-python-contributions/.