mestiez.nl

From 16-12-2023 to present

Inspired by this article and a screenshot of Besm's static website generator's API.

This website is one single binary*, built for Linux using C# .NET 8. It is not strictly static. Every page is dynamically served, but cached by default. Pages can be generated uniquely for each user, but this is usually not necessary. The blog page is regenerated when a change is detected in the source directory.

Source code will be available shortly.

* The blog is generated from an external directory with Markdown files * The binary depends on the .NET runtime