Hello World

June 1, 2024

My first blog post using Go and HTMX

Hello World!

This is my first blog post using Go, HTMX, and TailwindCSS. I'm excited to see how this renders!

Features

  • Markdown rendering
  • Frontmatter for metadata
  • Dynamic page updates with HTMX
  • Styling with TailwindCSS

Code Example

package main

import "fmt"

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

That's it for now. More to come soon!