Hello, world

meta

This is the first post on the rebuilt portfolio. The blog system reads MDX files from content/blog/, parses frontmatter with gray-matter, and renders with next-mdx-remote/rsc.

What this is

A simple, repo-as-database blog. Posts are committed; the admin (coming next) will write commits via the GitHub API.

function hello(name: string) {
  return `hi, ${name}`;
}