jorgensd / jorgensd.github.io

Personal web page
http://jsdokken.com/
0 stars 0 forks source link

To build the webpage locally, call:

The prerequisites for building the website can be installed by running:

apt-get install -y ruby-bundler ruby-dev
bundle install

The website can then be built by running:

bundle exec jekyll build

The website can be served locally (so it can then be opened in a browser) by running:

bundle exec jekyll serve

To update the Python/Notebooks, update either file, and call

jupytext --sync src/name_of_file.ext

to update the others