← back

Hello, world

2026-04-20

This is a starter post. Replace it with something worth reading.

A good first post is short, specific, and concrete — a thing you learned, a bug that cost you a day, or an opinion you'd defend. It doesn't need to be comprehensive. It needs to be honest.

Example heading

Prose renders the same as the home page. Code blocks look like this:

func hello() {
    fmt.Println("hello, world")
}

Inline code also works.