hyperstatic |
2026-07-09
[π]
|
hyperstatic is an extremely simple static html pages generator written in C. It takes inspiration from others static generators such as saait or bashblog.
I wanted both a standard way to build and mantain this personal website while also being able to do it from any computer without installing a bunch of dependencies and having some specific toolchain (I've tried jekyll and hugo but found them slighly too much for my needs).
This project was made to suit my specific needs rather than to be super modular and flexible, so expect a lot of personal choices and a total lack of personalization and options at some parts (I try to keep it somehow adaptable, but keep in mind that there're lots of better choices for that out there).
It has the following:
header+
page / index+
footerfiles to generate both an index with a list of pages and N of those different pages
And as a (probably) TODO list:
More info, details and source code available on its github page.