---
date: 2025-11-16
---

# Test Post

This is a test blog post to verify the blog functionality works.

## Features

- Markdown support
- Automatic HTML generation
- Simple and clean

Here's some **bold** and *italic* text, and a [link](https://example.com).

### Code Example

```go
func main() {
    fmt.Println("Hello, World!")
}
```

> This is a blockquote to test styling.
