Notes from the work — a sample post
A placeholder post that exercises the blog pipeline — headings, lists, code and quotes. Replace it with the real thing.
This is a sample post. It exists so the blog machinery — index, post page, tag pages, RSS and the OG card — has something real to render. Chetan’s actual writing replaces it (the words here are reserved copy, §20).
What it demonstrates
- Frontmatter validated by Zod at build time — a malformed post fails the build.
- Markdown prose in the site’s measure and type scale.
- Tags that generate their own pages.
A little formatting
Inline code, a fenced block:
export function greet(name: string) {
return `hello, ${name}`;
}
Understand the problem, pick an architecture you won’t regret, and ship something that holds up under real users, real data and real compliance.
That’s the whole point of the pipeline: write Markdown, commit, push — it ships.