From 6f77896612eb67d663362b5a218766f25b0108ca Mon Sep 17 00:00:00 2001 From: m1kadev Date: Fri, 23 Jan 2026 19:30:07 +0100 Subject: [PATCH] update colophon, remove pastes from index --- bricks/navbar.thtml | 3 +-- pages/colophon.fxg | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bricks/navbar.thtml b/bricks/navbar.thtml index df7a27e05d9f1ce9c95f1db900385092bd6232d0..8df78d3fba3fcf18dc90917a1c501c15d59a6baf 100644 --- a/bricks/navbar.thtml +++ b/bricks/navbar.thtml @@ -6,8 +6,7 @@ home projects thoughts - pastes
colophon - \ No newline at end of file + diff --git a/pages/colophon.fxg b/pages/colophon.fxg index 65956d7df017b1099e65e7efdf30965e6e66381f..ba621a21bc87aea439600c768c027e4660a29e48 100644 --- a/pages/colophon.fxg +++ b/pages/colophon.fxg @@ -2,4 +2,7 @@ == about == -you're looking at a <#https://en.wiktionary.org/wiki/beautiful#English beautiful> site, with <#https://caddyserver.com/ caddy> as its backend. all source pages are written in my own markup language, <#https://github.com/m1kadev/fxg fxg>. site generation is done by a homebrewn <#https://github.com/m1kadev/www.m1kadev.nl/blob/main/build.exs elixir script>. all code (including <#https://github.com/m1kadev/fxg fxg>) is licenced under the MIT licence. \ No newline at end of file +you're looking at a <#https://en.wiktionary.org/wiki/beautiful#English beautiful> site, with <#https://caddyserver.com/ caddy> as its backend. +the site generator is a home-grown non-gmo <#https://github.com/m1kadev/www.m1kadev.nl/tree/main/kethel/ elixir app>. 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.