How this site works
Content is written in Markdown, generated into static HTML by 11ty, and published through Cloudflare Pages.
Mermaid example
Mermaid is loaded from a CDN only on pages containing diagrams and follows the system light or dark appearance.
flowchart LR
A[Markdown] --> B[11ty]
B --> C[Cloudflare Pages]
C --> D[Browser]
GitHub-style content
Pages use GitHub Markdown CSS without a client-side framework.