A New New Hope?

  • 1 min read

I don’t know how many times I’ve resuscitated or regenerated this blog, but I appear to be taking another stab at it.

The old blogs were wordpress, either with wordpress itself or hosted with one.com.

This time I’m using Zola, posting to it by sending a message to a telegram bot. That bot has a webhook to a cloudflare worker, which takes this text and creates a PR on the GitHub repo holding the Zola site.

If/when I merge that to main, Cloudflare Pages pulls from main, runs Zola build to create a new version of the site.

Question: is that easy enough to make me more likely to keep the site updated?

My actual flow is then:

  1. Send message in telegram

  2. Approve PR

Should be easy enough. Right?