Welcome to the blog
1 min read
This is the first synced post. It renders through the blog content collection
at src/content/blog/, so any Markdown or MDX file dropped here shows up on the
blog index and gets its own page at /blog/<filename>/.
What lives here
Notes on engineering, AI-augmented workflows, and shipping product. Posts carry
a small frontmatter contract: a title, a description, a pubDate, a list of
tags, and a draft flag.
How posts are written
Each post is a single Markdown file. The filename becomes the URL slug, the
frontmatter drives the listing and metadata, and the body is plain Markdown:
headings, lists, inline code, and code blocks all render with the site’s
prose styling.
That is the whole pipeline. New file in, new post out.