Simple Text Blog

Author’s Voice:

Looking for a simple text-only blog with minimal setup and distractions? Enter simpletext! By creating a CloudFlare worker and KV, you can have your very own blog engine right on the CloudFlare edge. Just set up a CloudFlare account, create a worker and KV pair, and start adding blog entries. Remember to follow the specific convention for keys (yyyy-MM-dd~blog-title) to avoid any mishaps. The best part? You have control over the content, but be sure to input valid HTML as there is no sanitization. Check out an example at https://simpletext.bananaortaco.fun/ for inspiration.

https://github.com/jonfraser/simpletext

To top