Hello, World
First post — placeholder content for the blog pipeline.
Hello, World
This is the first post in the blog. It's used as a smoke test for the
@packages/blog content pipeline (parse, validate frontmatter, expose
typed posts).
A snippet from the post loader, to exercise the syntax theme:
import { defineDocs } from "fumadocs-mdx/config";
export const posts = defineDocs({
dir: "../../content/posts",
docs: { async: true },
});And the local-dev command that boots the site:
cd apps/web && PORT=3460 bun --bun vite dev