Based on this Jekyll theme.
Commits to source branch get deployed automatically.
For local development, you need to install Ruby and Jekyll. You can easily install these requirements in a conda environment:
$ conda create -n Ruby ruby rb-jekyll -c conda-forge
$ conda activate RubyTo view changes:
$ bundle install
$ bundle exec jekyll serveIf you get the following error during installation:
make: x86_64-apple-darwin13.4.0-clang: No such file or directoryyou may need to first install clang:
$ conda install clangxx_osx-64
$ export CONDA_BUILD_SYSROOT=$(xcrun --show-sdk-path)If you are using Ruby 3.0 and getting the following error during bundle exec jekyll serve:
bundler: failed to load command: jekyllyou should run
bundler: bundle add webrickUpdate lab member info in _data/members.yml, publication info in _data/publications.yml.