# Colophon.md
<!-- how the sausage is static -->
## Type
Font: JetBrains Mono, loaded from Google Fonts (@import in the stylesheet).
Monospace everywhere keeps the “I live in a text editor” illusion honest.
## Color
The default palette is Catppuccin-adjacent dark comfort: purple strings, cyan tags, green prompts. Two alternates ship as editor themes (not “dark mode”):
- dark_plus — default
- solarized — calm teal/blue backdrop
- high_contrast — “terminal in a power outage” energy
Cycle them from the status bar; your choice persists in localStorage.
## Stack
Hand-written HTML pages, one shared css/style.css, and js/main.js for line gutters, the status bar, command palette, and theme toggle.
No React, no bundler, no “just run this 200MB toolchain” — on purpose. It makes the site fast, portable, and weirdly satisfying to edit.
## Deploy
Upload files however you host static sites (object storage, VPS, legacy shared hosting…). If you can serve index.html, you can ship this.
Humans and robots can read humans.txt and robots.txt; both are in on the joke.
## Easter eggs
- ⌘K / Ctrl+K — command palette (“go to file”)
- Open devtools — the console has something to say