go blog static-site

My First Blog Post

This is my first blog post using the Go static site generator

Shou Arisaka
1 分で読める
2024年1月15日

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.

この記事をシェア

Shou Arisaka 2024年1月15日

🔗 リンクをコピー