This is the source code for my blog, hosted at blog.minchin.ca
It is a static site, generated via Pelican.
To update requirements:
pip-compile --update
To update the (local) virtual environment:
python -m piptools sync
(Note that pip-sync
can't update itself on Windows when run directly.)
To generate a "filename" for comments:
random.randint(1 10**19-1)