My First Post
Hello world! This is the body of my very first test blog post on my new Hugo site.
This post is designed to test how the Archie theme renders basic content.
Standard Markdown Elements
- A list item
 - Another list item
 
- A numbered list item
 - The second item
 
Bold text and italic text are common.
// Code blocks should be rendered with syntax highlighting
package main
import "fmt"
func main() {
    fmt.Println("This is a code example.")
}