You should make one for yourself too :)
I'm using Zola + some extra scripts to build my site map and related pages.
If you have Poetry installed, simply run poetry install
and poetry run python -m exocortex
, then zola serve
or zola build
.
If you prefer to keep everything isolated, use the Dockerfile
to build an image which can then run the commands above. Refer to the CI build
job definition for details.