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 Ruby
To view changes:
$ bundle install
$ bundle exec jekyll serve
If you get the following error during installation:
make: x86_64-apple-darwin13.4.0-clang: No such file or directory
you 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: jekyll
you should run
bundler: bundle add webrick
Update lab member info in _data/members.yml
, publication info in _data/publications.yml
.