| content | ||
| public | ||
| static/fonts | ||
| themes/WonderMod | ||
| .hugo_build.lock | ||
| hugo.toml | ||
| Makefile | ||
| readme.md | ||
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.