Building This Site
2026-02-02
This site is built with Next.js (App Router) and
Tailwind CSS, with blog posts written as MDX files
in src/content/blog.
A few things worth knowing if you're picking this up later:
- Add a new post by dropping an
.mdxfile intosrc/content/blog. - The
/blogindex page reads every post's frontmatter and sorts bydate. - Individual posts render at
/blog/<filename-without-extension>.
Swap this content out for real posts whenever you're ready.