Docs

Documentation

Engineering notes that explain how the personal site is built and why.

This folder documents the technical structure of the site, the content model, and the decisions that shape the build. The material is written to be readable in the repository and rendered at /docs when the site is built.

Read this like a walkthrough
Each page is a focused slice of the system. Start with architecture, follow the content pipeline, and then explore deployment and testing to understand how everything stays fast and observable.
Static first Data driven Telemetry aware Cache conscious

Start here

Live demos

Explore the stack

How the docs fit together

  • 01. Foundation
    Tech stack and architecture set the ground rules.
  • 02. Content systems
    Pipeline and docs explain how content becomes pages.
  • 03. Operations
    Deployment, telemetry, and testing keep things stable.
Markdown + data
Build pipeline
Static pages
Telemetry + search

Sections

  • Tech stack overview
  • Architecture and routing map
  • Content pipeline and frontmatter conventions
  • Decisions and tradeoffs
  • Deployment and operational notes
  • Telemetry, caching, and API integrations
  • Testing and QA