Go to file
Erik Winter cbb14c7832 domain update 2024-09-17 07:39:49 +02:00
cmd domain update 2024-09-17 07:39:49 +02:00
doc domain update 2024-09-17 07:39:49 +02:00
pkg/adoc domain update 2024-09-17 07:39:49 +02:00
.gitignore fix template parse bug 2020-12-31 08:41:51 +01:00
LICENSE.txt Revert "moved stuff" 2021-09-30 06:54:42 +02:00
README.md update links 2024-03-08 09:34:37 +01:00
go.mod domain update 2024-09-17 07:39:49 +02:00
go.sum domain update 2024-09-17 07:39:49 +02:00

README.md

My Shitty Static Site Generator

Although there are many SSG's out there that work perfectly fine, I still went through the effort of creating my own program to generate my site. And after doing that I wrote a lot of text explaining why. As it turns out, there are some underlying motivations for creating your own tools that I think are interesting for non-programmers too. If you want to read more about it, check the essay on my site.

But, one of the points to do it was to have the freedom to put my content anywhere I want. So I was able to bundle everything together and you can find de source files out of which the mentioned posts are generated right in this repository, in de doc folder.

As noted in the project name, this software is shitty. Don't use it. I put it here for inspiration and for educational purposes.