From 660ec671e78dc9dde00c74c058dbcce61c8c348c Mon Sep 17 00:00:00 2001 From: m1ka Date: Sun, 19 Jul 2026 18:50:07 +0200 Subject: [PATCH] colophon: port last text --- pages/colophon.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/colophon.md b/pages/colophon.md index c2e047c3d6aab470d8a2887972d91f24c02e8ab1..8567ad9bd8e4c2aa88942234df99375e7dfc2281 100644 --- a/pages/colophon.md +++ b/pages/colophon.md @@ -1,16 +1,16 @@ colophon --------- +======== you're looking at a (beautiful)[ttps://en.wiktionary.org/wiki/beautiful#English] site, written with 100% non-ai code. -===== fonts ===== +fonts +----- -this website's main text is set in //Georgia//, a web-safe serif font. All headers and other sans-serif elements are set in //Darker Grotesque//. +this website's main text is set in *Georgia*, a web-safe serif font. All headers and other sans-serif elements are set in *Darker Grotesque*. -===== technical ===== - -the site generator is a non-gmo <#https://github.com/m1kadev/www.m1kadev.nl/tree/main/kethel/ elixir tool>. the internal markup language is <#https://github.com/m1kadev/fxg fxg>, made to be more legible than markdown. - -templating the final html is handled by <#https://mustache.github.io mustache>, a stateless templating library. +technical +--------- +the site generator is a non-gmo [elixir tool](https://codeberg.org/m1ka/www.m1kadev.nl/src/branch/main/kethel). +templating the final html is handled by [mustache](https://mustache.github.io/), a stateless templating library. css, js, and html parsing are handled by lightningcss, uglifyjs, and html-minifier-next, respectively.