Hello, f'a game
First post. This is where the development journey gets written down — decisions, dead ends, and the occasional win.
Writing a post is just adding a Markdown file under content/blog/. Front matter
sets the title, date, and summary; the body is plain Markdown. The build turns it
into a page and folds it into the RSS feed automatically.
// Code blocks render with syntax highlighting.
fmt.Println("hello, f'a game")
More soon.