/website

Primary LanguageJupyter Notebook

Installing build dependencies

pip install -r requirements.txt
git submodule init
git submodule update

Editing the blog & main page

  • The frontpage is located at theme/templates/frontpage.html
  • Update or add posts at blog/content (see existing posts for examples)
  • Run make devserver in blog, and connect to http://localhost:8000
  • When ready to update the site, run tools/gh-upload.sh