Source code for the blog. https://kistu.dev
Find a file
2026-03-20 23:57:38 +02:00
content post(log): pacman keyring 2026-03-20 23:57:17 +02:00
public public: font and about updated 2026-03-18 16:21:27 +02:00
static/fonts hugo(theme): monospace font 2026-03-18 16:19:53 +02:00
themes/WonderMod hugo(theme): heading size 2026-03-20 23:57:38 +02:00
.hugo_build.lock build(content/index.md): fix broken build 2025-11-15 13:58:31 +02:00
hugo.toml hugo: rename notes to thoughts 2026-03-20 23:55:41 +02:00
Makefile make: clear public directory 2025-12-06 23:17:06 +02:00
readme.md docs(readme): server update 2025-12-01 19:33:10 +02:00

This is the source code for the website at kistu.dev.

If you are just interested in the content, check the content/posts folder. Everything else is used to convert these markdown documents into static html pages with a nice style.

Building the site from markdown is powered by Hugo. config.toml is used for configuration. Theme is WonderMod - it is stored in the theme folder.

To build it yourself, use the Hugo release v0.124.0 binary for your platform. Themes in general seem to be quite particular about the Hugo version used, and chances are high that the version packaged in your distribution is incompatible.

The website is currently built with Hugo - the output is in the public folder. It is served with httpd using a minimal busybox image on Docker.