Example Project Two
Another placeholder project entry, kept intentionally short. Project pages support the same rich-content features as articles (headings, code, callouts, math, footnotes) since they use the same MDX pipeline — use whatever you need.
// Code blocks are syntax-highlighted at build time.
export function greet(name: string) {
return `Hello, ${name}!`;
}