Hello, world (and why this blog exists)
1 min read
On this page
This is a scaffold post — it exists so /articles/hello-world renders during Phase 0.
What this blog optimizes for
- A calm reading experience.
- Minimal JavaScript.
- Strong semantics and keyboard navigation.
export const hello = (name: string) => `Hello, ${name}!`;