content

The site's actual content, as Markdown + MDX with gray-matter front matter - the source of truth an editor touches, unchanged in shape from the old Hugo tree. NL pages live directly under content/; en/ mirrors the same slugs for the English versions - lib/content.ts reads whichever tree matches the requested language, there's no other split. _index.md files are section/home pages; diensten/_index.md plus its siblings are read by DienstenIndexPage.tsx sorted by weight. sitemap.md renders via SitemapPage.tsx. case-studies.md and van-homelab-tot-bedrijfslab.md are narrative/blog-style content (PAI-263's translation-parity policy exception) and are NL-only, no en/ counterpart.