Skip to content
Deep
Go back

Hello world

1 min read

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:

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.

ThingStatus
FontsFixed
ColoursFixed
Actual postsComing soon

That’s it. More soon.