Welcome to my blog. This is the first post — mostly a placeholder to confirm the site renders correctly.

Writing posts

New posts are Markdown files under content/posts/. Create one with:

hugo new posts/my-new-post.md

Then set draft = false in the front matter when it’s ready to publish.

Code blocks work too

package main

import "fmt"

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

That’s it — edit or delete this post whenever you like.