Hello, anormal.dev
Welcome to the first post on anormal.dev. This walking skeleton exercises the full content pipeline.
Why editorial
The design direction is writing-first: serif body text, warm paper palette, terracotta accents. Registry entries stay typographic — no card grids.
A code sample
export function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));What's next
- Pagination and RSS
- Sitemap and analytics
- More tools and projects
Stay tuned.
Related Reading
- Second post on the stackJun 18, 2026