Skip to content

askuric/askuric.github.io

 
 

Repository files navigation

Fork of https://academicpages.github.io/

anaconda environment for local runs

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.

Packages

No packages published

Languages

  • JavaScript 38.1%
  • HTML 24.1%
  • SCSS 19.1%
  • Jupyter Notebook 11.5%
  • Python 4.4%
  • CSS 2.6%
  • Ruby 0.2%