This repository holds the source code for my personal website. The template is inspired from the researcher with some tweaks.
To do any changes, first activate the virtual environment:
source ./bin/workon.sh
inv -lthen you may update any files locally, and push to GitHub. A GitHub action should take care of propagating the updates to the live website.
The main page content lives in ./index.md. Any other page lives in the
./pages directory.