Posts Hello Hugo April 13, 2026 This is a starter post to confirm the blog is rendering correctly and code fences are highlighted. 1 2 3 4 5 6 7 package main import "fmt" func main() { fmt.Println("Hello from Hugo") }