This is the source for kwpav.github.io. It is generated using Pelican and Org mode.
The output/
folder is a git submodule of kwpav/kwpav.github.io.
For development, start the server:
make devserver
Navigate to http://localhost:8000 to preview the site.
Stop the server:
make stopserver
Generate output for production:
make publish