Fork of https://academicpages.github.io/
Use env.yaml
to create a conda environment with all the dependencies.
conda env create -f env.yaml
then activate it
conda activate ghpages
update the bundle
bundle update
and then you should be ready to go
bundle exec jekyll serve
You'll be able to see your site locally at http://localhost:4000.