wukathy / yoseflab.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 95.9%Language:HTML 2.6%Language:SCSS 1.1%Language:Shell 0.3%Language:TeX 0.2%Language:Ruby 0.0%