Welcome to My Blog
This is my first blog post! I’m excited to share my thoughts and experiences.
Features
This static site generator supports:
- Markdown content with YAML frontmatter
- Go templates for customizable layouts
- Automatic slug generation
- Date formatting
- Tag support
Getting Started
To create a new post, just add a markdown file to the content directory with frontmatter like this:
---
title: "Post Title"
date: 2024-01-15T10:00:00Z
description: "Brief description"
tags: ["tag1", "tag2"]
draft: false
---
Then write your content in markdown below the frontmatter.