~mika/www.m1kadev.nl

ref: e291afa7da9a4613a6633dd10e3ecaad54506b0a www.m1kadev.nl/pages/colophon.md -rw-r--r-- 762 bytes
e291afa7 — m1ka kethel: switch fxg to md 8 days ago

#colophon

you're looking at a (beautiful)[ttps://en.wiktionary.org/wiki/beautiful#English] site, written with 100% non-ai code.

===== 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//.

===== 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.

css, js, and html parsing are handled by lightningcss, uglifyjs, and html-minifier-next, respectively.