← Back to blog

Jun 8, 2026 · Dokumen AI Team

Static Markdown with Content Collections

A small test post showing how static markdown posts are rendered in the blog.

Static Markdown with Content Collections

This post is stored as a static markdown file and rendered at build time with content-collections.

The goal is to keep the blog simple: write a markdown file, add frontmatter, and let the app list and render it without a separate CMS.

Why this works well

Static posts are easy to review, easy to version, and fast to load. They are a good fit for product updates and short engineering notes.