Blog
Welcome to the blog
Published
This is a starter blog post. The title above becomes the page h1, so the
content here starts at heading level two.
How posts work
Each post is a Markdown file in src/content/blog/en (or blog/fr for French).
The frontmatter at the top is validated against the schema, so a missing title
or an over-long description will fail the build before it ships.
Writing headings
Start body headings at ##. Never use a single # in a post, because that
would create a second h1 on the page.
Subheadings
Use ### for subsections. Keep the hierarchy in order and never skip a level.
Publishing
Set draft: true in the frontmatter to hide a post from the site while you work
on it. Remove it or set it to false to publish.