Hello, world

This is a placeholder. The real first post is on its way.

Here is a code block to verify expressive-code is wired up:

src/example.ts
export function greet(name: string): string {
return `Hello, ${name}!`;
// Try editing this block: line highlights and file headers
// come from expressive-code, not raw Shiki. That's the
// whole reason we picked Astro for this blog.
}

← All posts