Hello World

Hello World

First post -- is this thing on?

This is the first test post on wrunk.dev. The site is built with a simple static site generator: markdown files with YAML frontmatter get rendered to static HTML at build time.

How It Works #

Each page is a directory with an index.md or index.html file. The build process:

  1. Parses YAML frontmatter for metadata (title, date, tags, etc.)
  2. Renders markdown to HTML
  3. Injects the result into the site template
  4. Writes static HTML to the build/ directory

Why This Approach #

No framework, no JavaScript build step, no dependencies beyond our own Go markdown parser. Pages load fast, deploy anywhere, and the content is just plain markdown files in the repo.

The best tool is the one you understand completely.

I totally didn’t farm this entire project out to claude

Modern CloudFlare hosting! #

This site lives entirely on Cloudflare in 2026. No GCS, no S3, no "free tier" that quietly bills you $3/mo for a database you forgot to delete.

The whole setup is ~25 lines of config and one small JS file. After years of Kubernetes YAML, this felt suspicious.