Welcome to my new blog! This is my first post using Hugo with the Terminal theme.

Getting Started#

Hugo is a fast and modern static site generator written in Go. The Terminal theme provides a beautiful, minimalist design that’s perfect for technical blogs.

Features#

  • Fast build times
  • Markdown support
  • Syntax highlighting
  • Responsive design
  • Dark theme by default

Code Example#

Here’s a simple code example with syntax highlighting:

package main

import "fmt"

func main() {
    fmt.Println("Hello, Hugo!")
}

What’s Next?#

Stay tuned for more posts about programming, technology, and more!