
Hello, world
A deliberately dense test post to validate rendering, typography, and frontmatter.
Debug: parsed frontmatter JSON
{
"title": "Hello, world",
"date": "2026-02-10",
"tags": [
"meta",
"test"
],
"excerpt": "A deliberately dense test post to validate rendering, typography, and frontmatter.",
"description": "A deliberately dense test post to validate rendering, typography, and frontmatter.",
"cover": "/blog/hello-world-cover.png"
}This is a **test post** for the blog system. It exists to validate the most common Markdown features and how they look on the site.
## Links
- Internal: [Discography](/music)
- External: [orava.app](https://orava.app)
## Lists
- Bullet list item
- Nested bullet
- Another bullet
1. Ordered list item
2. Another ordered item
## Code
Inline code like `npm run build`.
```ts
export function hello(name: string) {
return `hello ${name}`
}
```
## Table (GFM)
| Feature | Status | Notes |
|---|---:|---|
| Links | ✅ | internal/external |
| Tables | ✅ | GFM tables |
| Code blocks | ✅ | syntax highlighting is minimal by design |
| Images | ✅ | local public assets |
## Quote
> Minimal sites can still be expressive.
## Image
