Hello

First post. This site is hand-rolled: a few hundred lines of Go that turn markdown into HTML, deployed as static assets on a Cloudflare Worker.

Why bother

Because the alternative was a framework with three thousand dependencies to render forty paragraphs a year.

go
func main() {
	fmt.Println("hello")
}

That’s it for now.