Hello, world
This is the first post. Hugo renders markdown from content/blog/,
everything gets built into public/ as static HTML, and Cloudflare Pages
serves it.
Code blocks work
package main
import "fmt"
func main() {
fmt.Println("hello, blog")
}
And inline code too
Use kubectl get pods -A to list pods across all namespaces.