This is the source code for my personal blog.
The following commands are available:
make build: For building without autoupdate (uses.htmlso browsing works without a local host)make autobuild: Generatesconf.pyand then auto-builds (mind that changes toconf.pywill not be registered)make rebuild/make autorebuild: Like (auto)build but will remove all_buildto prevent cachingmake deploy: Deploys to Github Pages using ablog scripts.
Note: In order to use the
sphinx-proofextension (i.e. theorem blocks etc.), the post needs to be added to_toc.yml.
- https://jupyterbook.org
- https://myst-parser.readthedocs.io
- https://sphinx-book-theme.readthedocs.io
- https://sphinx-proof.readthedocs.io/en/latest/syntax.html
- Use
$$ x=y $$ (label)inside of proof blocks. - For bib references add file to
_config.yml->bibtex_bibfiles: