Story
Writing with Markdown
Writing with Markdown
Posts are plain Markdown files with YAML frontmatter. The frontmatter drives the post’s URL, dates, tags, and publication status.
Frontmatter
id: 01KZ248VYPHJAJAAH45NHAHXKN
title: Writing with Markdown
slug: writing-with-markdown
status: published
The id is a ULID and must match the filename.
Media embeds
You can embed media with simple directives. A YouTube video:
And an audio file stored in the media bucket:
Both render as semantic HTML with no client-side scripts.