I made a Static Site Generator

none of the other ones were silly enough

I've used Static Site Generators for previous websites in the past (specifically Jekyll and Zola) and while they're great for content that is structured and consistent, I found the ones I used a bit clunky for sites like this one where there's a lot of stuff that is unique to each page. I wanted an SSG that was versitile and extensible enough to work with all the weird stuff I throw at it without having to program anything new.

The system I've come up with replaces the templating-language capabilities of other SSGs with the ability to define the content of websites using executable files. There are two ways these can be used:

With these, and the help of some built-int executables (work-in-progress) you can replicate the capabilities of a templating language and more!

Progress

Current Issues

Source code

I'm currently keeping the project to myself until it's in a state where I'm happy to release it. Once that happens, it will be available on Codeberg.


Back to home Published 2024-12-05 - Updated 2024-12-28