Every post here is a file in content/blog, either .md or .mdx. There is no database, no
CMS, and no build step to remember — the index reads the folder, and the route renders the file.
What the frontmatter carries
title— shown on the index and in the page titledate— sorts the index, newest firstdescription— the line under the title on the index
Everything else is markdown
Links look like this, quotes look like:
The layout follows what the page has to say, not a template.
And code keeps its own tile.