Hello, world

· meta

This is the first post on shelbyt.com. Posts are plain Markdown files (src/content/posts/*.mdx) — headings, links, images, and code blocks work as you’d expect:

const greet = (name: string) => `hello, ${name}`;

When a post needs more than prose, it can embed interactive components. See the next post for a live chart.