Hello, world

This is the first post on WRML.dev. The site is built with Astro and hosted on Cloudflare Workers.

Why a personal site? A few reasons:

  • A durable place to write things down — own the URL, own the archive.
  • A scratchpad for ideas that don’t fit neatly into a Slack message or a tweet.
  • Something to point people at.

Posts live as Markdown files in src/content/posts/. To add one:

# create src/content/posts/my-post.md
git add . && git commit -m "Add post: my new thing" && git push

That’s the whole workflow.