
Published: April 25, 2026Updated: April 25, 2026Slug: /blog/how-to-build-a-successful-blog
blogsystem
How to Build a Successful Blog
This is a starter article for the new slug-based blog system.
How to add more posts
Add a new object inside rawBlogPosts with:
titleslug(optional if you want it auto-generated from title)descriptionorexcerptcontentin markdown- optional fields like
image,publishedAt,tags, andrelatedLinks
Example
{
title: "Best Domino's Deal for Students",
slug: "best-dominos-deal-for-students",
description: "Short SEO-friendly summary here.",
publishedAt: "2026-04-25",
tags: ["deals", "students"],
content: "# Your markdown article"
}
Once you add a post here, it will be available on its slug route automatically.