A sample post to delete later
This is a placeholder so the blog list doesn’t look lonely. Delete this file (src/content/blog/sample-post.md) once real posts exist.
Headings look like this
Body text sits at a comfortable measure with generous line height.
Code
Inline code like const x = 1 gets a soft green tint, while blocks get the dark treatment:
export function greet(name: string) {
return `Hello, ${name}!`;
}
Quotes
The best time to plant a tree was twenty years ago. The second best time is now.