Adam Wilborn

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 .mdx file into src/content/blog.
  • The /blog index page reads every post's frontmatter and sorts by date.
  • Individual posts render at /blog/<filename-without-extension>.

Swap this content out for real posts whenever you're ready.