Welcome to the rebuilt site. It now runs on Hugo with the PaperMod theme and deploys automatically to Cloudflare Pages on every git push.

How I post now

Each post is a folder under content/blog/. To add one:

hugo new blog/my-post/index.md

Then write Markdown, drop any images into the same folder, and reference them relatively:

![A descriptive caption](my-image.png)

Set draft: false, commit, and push — the post is live in about a minute.

What’s here

More soon.