This is a sample post, not real content. It exists to show how a blog post file is put together. Delete this file once real posts are ready to publish.
Adding a new post
- Add a new
.mdfile insidesrc/content/blog/. - Give it frontmatter matching the fields below.
- Write the article body underneath using normal Markdown.
- The URL is generated from the filename, e.g.
my-post.mdbecomes/blog/my-post/.
Required frontmatter fields
title— shows on the listing page and the article header.description— shows as the preview text on the listing page.pubDate— controls sort order (newest first) and the displayed date. Format:YYYY-MM-DD.updatedDate(optional) — only needed if a post is revised after publishing.heroImage(optional) — for social share cards, not required yet.
Markdown formatting available
Use ## for section headings (like the ones on this page), regular paragraphs for body text, - for bullet lists, 1. for numbered lists, and **bold** for emphasis. That’s all this template supports — no custom components, no special syntax.
