Post #2298905
2026-02-07 08:04 UTC
@rntz Your website https://rntz.net (of static html) looks great (especially the ToC). Is it all hand crafted, or by using a generator?
Replies (1)
-
@rntz@recurse.social 2026-02-07 08:44
@rajeesh@typo.social wrote my own site-specific generator in Python + Makefiles, been maintaining it since 2008. uses some boringly old tech (Mako https://www.makotemplates.org/, sass https://sass-lang.com/, yaml, markdown) and has some weird hacks (to make builds faster I worked around python's startup time by implementing a little python job server and a little C client that connects to it via unix sockets). unfortunately it's too deeply entangled with the site's content for me to put it on github or similar.