/yoseflab.github.io

Primary LanguageJavaScriptMIT LicenseMIT

yoseflab.github.io

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)

Update lab member info in _data/members.yml, publication info in _data/publications.yml.