Welcome to Our Blog
2026-01-01 · 1 min read · The Team
This is a sample article that demonstrates the blog system. Articles are markdown files stored in content/articles/ with YAML frontmatter at the top.
How to write articles
Each article needs four frontmatter fields:
- title: The article headline (shown on the blog listing and article page)
- date: Publication date in YYYY-MM-DD format (newest articles appear first)
- excerpt: A 1-2 sentence summary for the blog listing page
- author: The author's name
The body of the article is standard markdown. You can use headings, lists, bold, links, images, and code blocks.
Replace this article
Delete this file and create your own articles to get started. The blog page updates automatically when you add or remove markdown files from content/articles/.