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:

  1. Create a new .md file in src/content/blog/, named after the post (e.g. how-we-scoped-a-legacy-migration.md).
  2. Copy the front matter block from an existing post and fill it in: title, description, publishDate, author, and optional tags.
  3. Write the article body below the front matter using normal Markdown — headings, lists, links, images, code blocks all work.
  4. Run npm run build (or just npm run dev to preview) — the new post appears automatically on /blog and at /blog/<filename>, sorted by publishDate. 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.

← Back to all posts