Skip to content

Publishing an Article

  1. Add the featured image to src/assets/images/blog.
  2. Create a Markdown file in src/content/blog.
  3. Use a readable slug, such as business-contract-review.md.
  4. Fill in required frontmatter based on src/content.config.ts.
  5. Write the article body.
  6. Set draft status according to the theme schema.
  7. Run npm run build.

Example only:

---
title: What to Review Before Signing a Business Contract
description: Key contract terms business owners should understand before signing.
pubDate: 2026-07-21
author: jordan-ellis
tags:
- Contracts
- Business Law
featuredImage: ../../assets/images/blog/contract-review.webp
draft: false
---
Use plain language, clear headings, and practical takeaways.

If the listing page does not show the article, check draft filtering, date sorting, category filters, and whether the file passes collection validation.