Publishing an Article
- Add the featured image to
src/assets/images/blog. - Create a Markdown file in
src/content/blog. - Use a readable slug, such as
business-contract-review.md. - Fill in required frontmatter based on
src/content.config.ts. - Write the article body.
- Set draft status according to the theme schema.
- Run
npm run build.
Example only:
---title: What to Review Before Signing a Business Contractdescription: Key contract terms business owners should understand before signing.pubDate: 2026-07-21author: jordan-ellistags: - Contracts - Business LawfeaturedImage: ../../assets/images/blog/contract-review.webpdraft: 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.