post

Hello, World

This is the first post. The content pipeline is working.

Code Highlighting

Here is a TypeScript snippet to verify Shiki:

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

console.log(greet('world'));

Typography

Prose styles are applied via @tailwindcss/typography. Inline code uses JetBrains Mono with a cyan accent.

Blockquotes should render with a left border accent.

Links go to places, like GitHub.