M bricks/navbar.thtml => bricks/navbar.thtml +1 -2
@@ 6,8 6,7 @@
<a href="/">home</a>
<a href="/projects.html">projects</a>
<a href="/thoughts/">thoughts</a>
- <a href="/pastes/">pastes</a>
<hr>
<a href="/colophon.html">colophon</a>
</nav>
-</div>>
\ No newline at end of file
+</div>
M pages/colophon.fxg => pages/colophon.fxg +4 -1
@@ 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.