~mika/www.m1kadev.nl

660ec671e78dc9dde00c74c058dbcce61c8c348c — m1ka 8 days ago e291afa
colophon: port last text
1 files changed, 8 insertions(+), 8 deletions(-)

M pages/colophon.md
M pages/colophon.md => pages/colophon.md +8 -8
@@ 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.