This site
A static Astro site where Markdown is the source of truth — copyable as raw Markdown, with Confluence-style callouts and build-time PlantUML diagrams.
The site you are reading. Built to make writing frictionless and the output portable.
How the markdown pipeline fits together
Notes
- Diagrams render once at build time and are cached on disk by content hash, so pages ship zero JavaScript for them.
- Colours in the generated SVG are rewritten to
currentColor, which is what lets one render work in both light and dark themes.