Spring 2022 INDENG 190E-002/290-002 UC Berkeley SCET
Based on the Material Jekyll Theme
https://www.ruby-lang.org/en/documentation/installation/#apt
sudo apt-get install ruby-full
sudo gem update --system
rubygems/rubygems#3269 (comment) You can ignore that ruby & gems are not the latest release.
sudo gem install jekyll bundler
# From this site's working directory:
bundle install
bundle exec jekyll serve
Browse to http://localhost:4000 -- reload the page after a few seconds to check after file changes.
# From this site's working directory:
JEKYLL_ENV=production bundle exec jekyll build --destination ./docs
# make a PR that have the `_site` files updated, they automatically get published once merged in to `main`