Hello, world


This is the first post on blog.willdaly.co.

The site is built with Astro, written in Markdown, and deployed automatically to GitHub Pages whenever I push to main.

Why another blog?

Mostly as a scratchpad for things I learn while building software — the kind of notes that are useful to my future self and maybe a handful of other engineers who stumble across them.

How to add a new post

  1. Drop a new Markdown file into src/content/blog/ with a title, description, and pubDate in the frontmatter.
  2. git push to main.
  3. The GitHub Actions workflow builds the site and publishes it.

That’s it — more soon.