Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 532 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 532 Bytes

Blog.Minchin.ca

This is the source code for my blog, hosted at blog.minchin.ca

It is a static site, generated via Pelican.

Notes to Self

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)