truong.blog
← Back to Tech

Hello, World — building this blog

·1 min read
#meta #astro #go

This is the first technical post. Posts are plain .mdx files — commit one to this repo and it goes live on the next deploy.

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

Code blocks are highlighted by Shiki out of the box.