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
- Drop a new Markdown file into
src/content/blog/with atitle,description, andpubDatein the frontmatter. git pushtomain.- The GitHub Actions workflow builds the site and publishes it.
That’s it — more soon.