2026-06-17

Hello World

This is the first blog post. Add more posts by creating markdown files in the blog/ directory.

Code fences are highlighted with Goldmark and the Dracula Chroma style:

package main

import "fmt"

func main() {
	fmt.Println("hello from the blog")
}