Quick test 123. If you’re reading this, the new site builds and deploys.
Why the move
The old blog was on Bear. It was fine, but I wanted control over the layout and a place to put longer, more structured write-ups. This runs on Astro, which means the whole thing is a static site I can version and edit like code.
What’s here so far
Nothing much. Real posts are being moved across from the old blog:
- Notes on agentic engineering
- Tooling and workflow write-ups
- Whatever I’m building at the time
Checking things render
Inline code looks like this, and a block looks like this:
const greet = (name: string) => `hello, ${name}`;
console.log(greet("world"));
A blockquote, for good measure.
| Thing | Status |
|---|---|
| Fonts | Fixed |
| Colours | Fixed |
| Actual posts | Coming soon |
That’s it. More soon.