This site is plain HTML, CSS, and a little JavaScript. That keeps the surface area small: no build step, no server runtime, and no API keys in the page. It is a good fit for Cloudflare Pages direct upload—drop the files in a folder and ship.
Blogs without a CMS
Articles here are static pages under /blog/. Adding a post is copying the HTML skeleton, updating the title and body,
and linking it from the blog index. For a project this size, that is the KISS path.