Colophon

Notes on how this site is made and served.

Static site powered by Jekyll (via the github-pages gem), deployed to GitHub Pages with a custom domain name. There’s no CDN layer, server-side logic, or third-party embeds.

No tracking, no cookies.

Content is written in Markdown. Layouts and includes live alongside the pages and posts. The concerts page reads structured data from _data/concerts.json, while /slashes/ auto-lists non-post pages.

The slash page itself is inspired by slashpages.net. Will keep adding slashes over time.

A single handmade stylesheet (assets/style.css) handles everything. An inline snippet randomly applies one of the theme classes (sand, amber, seaglass etc.) to rotate background colors. There are no external fonts, client-side frameworks, or build steps for CSS/JS.

Built in Visual Studio Code with a little help from Codex, previewed locally with Jekyll, versioned on GitHub, and published as static HTML to GitHub Pages.