This website is my newest ongoing project, since the death of the O.G. code-editable/injectable Google Sites. I missed having something that was easy to play with and edit, and dead simple to publish to. (And doesn’t cost me anything.)
This site does something like no other. It’s ALL Google Docs*. Seriously. It builds from a Google Drive folder, a Google Cloud Service Account, and two Cloudflare Workers. All content is refreshed, interpreted, converted, and published as it is edited (or every 5 minutes at the longest). This means that not only can I edit and publish from any device on the planet, but it can even be used collaboratively. I will probably release this as a repo for anyone to use once I iron out any remaining bugs.
[* Google Docs, but really also Markdown/Obsidian. I love the idea of Obsidian Sites but they are quite restrictive in execution, plus another monthly subscription.]
It has a dynamic tagging system with both manual tagging and automatic NLP of relevant keywords, automatic image ingest (notice them on the main page, they’re actually article hyperlinks), and formatting preservation from docs or markdown files (which can be dropped into the drive or synced to it - shoutout Obsidian).
Everything on the main page is rendered client side.
Docs are parsed into Markdown before being rendered to HTML. Inputs are sanitized, and clashing characters/formatting are handled before conversion.