repos
/ orchard main

orchard

mirror

Every site I host, in one repo, along with the Cloudflare Tunnel and Caddy that front them. It's all Go, Vite, and SQLite, and it runs on a desktop at home with nothing listening on an inbound port.

blogbuncaddycloudflare-tunneldockergogolanghomelabhtml-templatemonorepoself-hostedseosqlitestatic-sitetypstuptime-monitoringviteweb-analytics

356 B · 9 lines · JavaScript Raw History
1// Two faces, two jobs. Monaspace Argon sets everything, the same face the other
2// sites here use, and Newsreader is kept for repository names alone, which is
3// the one place on this site a serif earns its keep.
4import "@fontsource/monaspace-argon";
5import "@fontsource/newsreader/600.css";
6import "./styles/base.scss";
7
8import "./scripts/refswitch.js";