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.
Start here
See the major layers, routes, and shared layout decisions.
Content flow Content pipelineFollow how markdown becomes pages, feeds, and search metadata.
Ship it DeploymentLearn how builds, previews, and telemetry connect end to end.
Cross-post SyndicationAutomated publishing to Hashnode and Dev.to with canonical URLs.
Live demos
See live build and repo activity signals.
Previews Work in progressPreview deployments and active branches.
Interactive Project detail viewsExpand cards and load markdown snapshots.
Explore the stack
Frameworks, libraries, and services in use.
Tooling Tools libraryCategories of software and services we lean on.
Projects Live examplesWhere the stack and tools show up in practice.
How the docs fit together
-
01. Foundation
-
02. Content systems
-
03. Operations
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
Documentation map
Each page covers a specific slice of the architecture and tooling.
Core frameworks, libraries, and services that power the site.
/docs/tech-stackArchitectureHow pages, components, and content sources fit together.
/docs/architectureContent pipelineHow markdown becomes pages, feeds, and search data.
/docs/content-pipelineDecisions and tradeoffsWhy the site favors static generation and file-based content.
/docs/decisionsDeploymentBuild, hosting, and environment configuration.
/docs/deploymentSyndicationAutomated cross-posting to Hashnode and Dev.to with canonical URLs.
/docs/syndicationTestingBrowser and unit test coverage for the site.
/docs/testing