Erik Winter fa43cba14e | ||
---|---|---|
doc | ||
resources | ||
site | ||
LICENSE.txt | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
My Shitty Static Site Generator
Although there are many SSG's out there that all function perfectly fine, I still went through the effort of creating my own program to do it. 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. There is also a note on the markup used. I will create some more documentation later.
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 texts out of which the mentioned posts are generated right in this repository, in de doc
folder.