Hello, world
This is the first post on tannishmango. Every post is a plain Markdown file in src/content/blog/ — write one, push it, and it’s live.
How posts work
The frontmatter at the top of the file is the only structure you need:
---
title: Your title here
date: 2026-07-23
description: Optional, used for SEO and the RSS feed.
draft: true # optional — hides the post from the site
---
The filename becomes the URL: this file is hello-world.md, so it lives at /hello-world/.
What renders
All the usual Markdown works. Bold, italics, links, and inline code.
Blockquotes get a mango rule and a shift to italics — good for pull-quotes or borrowed wisdom.
Lists too:
- Write in any editor
- Commit and push
- Live in about thirty seconds
That divider above is a section break. Delete this post whenever you’re ready to write your own.