ozymandias/content/colophon.md

813 B

title abstract
Colophon How this site is built.

This site is built with Ozymandias, a static site framework using Hakyll, Pandoc, and a custom pipeline of Haskell filters and JavaScript components.

Stack

  • Build engine: Haskell + Hakyll.
  • Markdown processing: Pandoc with custom AST filters for sidenotes, dropcaps, smallcaps, wikilinks, math, code highlighting, and more.
  • Typography: Spectral (body), Fira Sans (headings and UI), JetBrains Mono (code).
  • Search: Pagefind for client-side full-text search.
  • Citations: Pandoc citeproc with the Chicago Notes style.
  • Score reader: Inline SVG score rendering for music compositions.

Configuration lives in site.yaml at the project root.