The instructional content is an adaptation of previous works as detailed in LICENSE.md.
conda env update -n name-of-your-env -f environment.yml
conda activate name-of-your-env
gem install bundler
bundle install
conda activate name-of-your-env
bundle exec jekyll build
$ conda activate name-of-your-env
$ bundle exec jekyll serve