After working this weekend on my new blog theme and getting very satisfying results, I wanted to polish a bit more and add a favicon (and get rid of the error at startup saying that no favicon was found). I naively assumed that adding in the configuration file: FAVICON = "favicon …
Preamble: the mechanism described here is an alternative of the classic deployment steps described here and here. The Pelican documentation is awesome, if you read it carefully. The Tips section contains information about how to deploy with GitHub Actions. Sounds cool, but what is it exactly? GitHub introduced GitHub Actions …