Welcome to the QmiSoft Blog
This is an example blog post. It exists to show you the exact format a new post needs — front matter fields at the top, then regular Markdown content below.
Adding a new post
To publish a new article:
- Create a new
.mdfile insrc/content/blog/, named after the post (e.g.how-we-scoped-a-legacy-migration.md). - Copy the front matter block from an existing post and fill it in:
title,description,publishDate,author, and optionaltags. - Write the article body below the front matter using normal Markdown — headings, lists, links, images, code blocks all work.
- Run
npm run build(or justnpm run devto preview) — the new post appears automatically on/blogand at/blog/<filename>, sorted bypublishDate. No other file needs to change.
Set draft: true in the front matter to keep a post out of the published
list while you’re still writing it.
