← Blog

Hello, World

This is the first post on the blog. It exists mainly to exercise the typography styles, so it contains a bit of everything.

A second-level heading

Cormorant handles body copy, while code falls back to the mono font. Here is some bold text, some italic text, and an inline link.

A third-level heading

A short list of things this post checks:

A fenced code block:

export function greet(name: string): string {
  return `Hello, ${name}`;
}

A blockquote, to confirm the border and muted text overrides read well.

That's everything — if each of these looks right, the styling pipeline works.