← Back to Blog

Wiring the blog, layout, and Storybook

Set up blog routing, core site structure, and Storybook to support component-driven development.

2025-12-30

Updates

  • Set up the blog foundation, including content collections, the blog index, and dynamic post routing. Added the first two entries.
  • Built the core site structure, including the header, footer, hero, and navigation components.
  • Added Storybook and began documenting core UI components. Also installed Prettier and MDX support.

Notes

This was mostly infrastructure work. Getting routing, layout, and Storybook in place early makes it easier to iterate on UI patterns without creating one-off solutions.