This site is compiled by Shokunin (ssg), a static site generator written in Rust with a security-first default posture: WCAG validation, CSP metadata, SBOM generation, and AI-discovery files (llms.txt) built into the toolchain.

The full stack, for the curious:

  • Content — Markdown with structured frontmatter, versioned in Git.
  • Buildssg compiles content and layouts into static HTML; a small build script publishes to GitHub Pages.
  • No runtime — no JavaScript framework, no server, no database. The only client-side script is a few lines for theme switching and navigation.
  • Machine-readable surfacesllms.txt, sitemap.xml, RSS, Atom, JSON Feed, security.txt, humans.txt, and a CycloneDX SBOM.

The same philosophy as the Pain001 software: standards first, validation as a gate, nothing hidden.