September 20, 2026
Hello, Podcasters
This is a scaffold post, not real content. It exists to prove the Velite → MDX → /blogs pipeline
renders end to end: frontmatter parsing, the prose typography styling, and static generation.
What this proves
- Frontmatter (
title,date,description,tags) is validated by the Velite schema at build time. - This body is MDX, so it can mix Markdown with React components later if needed.
- The post won't show up if its
dateis in the future, or ifpublished: falseis set — that's the daily-publish mechanism: write posts ahead of time with a future date, and they go live on their own once a scheduled rebuild runs past that date.
Delete or replace this file once the first real post is ready.