My First Post

Posted on Oct 20, 2025

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
  1. A numbered list item
  2. 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.")
}