skip to content
_._ _,-'""`-._
(,-.`._,'( |\`-/| ~/colophon @ omg.lol
`-.-' \ )-`( , o o) ~ what this site is made of ♡
`- \`_`"'-
♡ ~/colophon $ cat .toolchain
fonts
- iosevka comfy - body type, self-hosted
- vt323 - ascii art & cursor, via google fonts
palette
rosé pine dawn with a sakura accent:
- --base #faf4ed
- --text #575279
- --love #b4637a
- --rose #d7827e
- --pine #286983
- --foam #56949f
- --iris #907aa9
- --gold #ea9d34
- --sakura #fde2e4
stack
- plain html, css, vanilla js - no framework
- deployed on vercel from a flat repo
- blog posts are markdown with yaml front-matter, rendered client-side by marked.js
- posts.json + rss.xml are generated at build time
- serverless functions in
api/ proxy last.fm, simkl & steam
- discord status via lanyard
- cursor cat: oneko.js
accessibility
- skip-to-content link on every page
- respects
prefers-reduced-motion (kills cursor blink, oneko, scanlines)
- keyboard focus styles via
:focus-visible
- ascii art marked
aria-hidden
← back to home
♡ ~/colophon $