This is the repository for my personal website. It uses MyST Markdown tooling and python.
Set up a local virtual environment with
python -m venv .venvthen activate the environment
source ./.venv/bin/activatethen update pip
pip install -U pipthen install dependencies
pip install mystmd jupyter sympy numpyand you're done.
myst start --executeBuild the website with the command
myst build --html