GOVINDMUKUND — your first post title
GOVINDMUKUND — a one-sentence summary. This becomes the meta description and the card text, so keep it under about 155 characters.
By GOVINDMUKUND4 min read
This is a placeholder post. Everything here — including the frontmatter above — is meant to be replaced. Delete this file once you have real posts; the blog renders an empty state rather than breaking if you remove them all.
How to write a post
Create a new .mdx file in app/content/blog/. The filename becomes the URL slug,
so pricing-guide.mdx is served at /blog/pricing-guide. Fill in the frontmatter
block at the top, then write the body in Markdown.
Nothing else needs wiring up: the post is picked up automatically, prerendered to
static HTML, listed on /blog, and added to sitemap.xml on the next build.
What Markdown you can use
Standard Markdown works — bold, italic, links, and inline code.
- Bulleted lists
- Work as expected
- Across multiple lines
- So do numbered lists
- In the same way
Blockquotes are useful for pulling out a key point that you want a reader skimming the page to notice.
Code blocks
export function greet(name: string) {
return `Hello, ${name}`
}
Headings
Start body headings at ##. The post title in the frontmatter is rendered as the
page's only <h1>, so using # here would create a second one and break the
heading hierarchy.
Writing for search and answer engines
Lead with the answer. Readers and answer engines both reward a post that states its conclusion early and then supports it, rather than building up to a reveal. Use descriptive headings that read like questions someone would actually type, and keep paragraphs short.
Tags
- GOVINDMUKUND
- guides