Hello world
This is a placeholder post. Replace it — or delete the file and add your own
Markdown files to src/content/blog/. The filename becomes the URL, so
hello-world.md renders at /blog/hello-world/.
Frontmatter
Every post needs these four fields:
title: string
date: YYYY-MM-DD
description: string
tags: string[]
tags can be omitted — it defaults to an empty list.
What renders
Standard Markdown works out of the box: bold, italic, links,
inline code, lists, and blockquotes.
Pull quotes look like this.
- Ordered lists
- Work too
Nothing else is configured yet — no syntax-highlighting theme tweaks, no reading-time estimates, no RSS. Those are easy to add later if you want them.