PLACEHOLDER — First post
August 30, 2026 · Nordic Gap Year
This file exists to prove the MDX pipeline renders. Real posts come from the content sessions.
Frontmatter
Every post needs title and date. description, author, tags, image
and draft are optional. Frontmatter is validated at read time — a malformed
post is logged and skipped rather than breaking the build.
Set draft: true to keep a post visible in development and hidden in production.
Custom components
Components registered in src/components/mdx-components.tsx are available with
no import:
Internal links like the free guide route through next/link
automatically; external ones get target="_blank".