Skip to content

akmorrow13/yoseflab.github.io

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • HTML 2.6%
  • SCSS 1.1%
  • Other 0.5%