← Writing

Hello world

The first published post on the new blog.

Hello world

This is the first published post. It has a code block and some prose so it reads like a real entry.

const greet = (name) => `Hello, ${name}!`;

And a raw HTML attempt: alert(1) should never reach the page.