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

553 B · 13 lines · JavaScript Raw History
 1// Two faces. Space Grotesk sets anything that is a label, because its slightly
 2// odd technical shapes are what stop a page of monospace from reading as a
 3// terminal emulator. JetBrains Mono sets every figure, so a price that changes
 4// by one digit does not move the three next to it.
 5import "@fontsource/space-grotesk/500.css";
 6import "@fontsource/space-grotesk/700.css";
 7import "@fontsource/jetbrains-mono/400.css";
 8import "@fontsource/jetbrains-mono/500.css";
 9import "./styles/dash.scss";
10
11import "./scripts/clock.js";
12import "./scripts/live.js";