How This Site Gets Built

This document records the current implementation process for this repository.

Stack

Workflow

  1. Edit files in src/.
  2. Run npm run verify.
  3. Commit and push to main.
  4. Poll production until updated copy is live.

Deployment path

A push to main triggers Cloudflare Pages deploy.

Live validation is done with npm run check:live, which checks:

Content model

There are two writing tracks:

/blog acts as the index for both tracks.

Current limitations