Hello, world
· 1 min read · by Member
metaintro
Hello, world
Welcome to the blog. This is a sample post rendered via MDX.
Why this template exists
- Predictable flat URLs for SEO/AEO/GEO
- RSS feed consumed by the landing site
- ISR-backed static rendering
Code sample
export function greet(name: string): string {
return `Hello, ${name}!`;
}Happy writing.