Tried using Hugo but it was full of magic and silly naming and conventions that I really didn't like.
I even created my own little language which I used the Go parser to parse (but the syntax was closer to Lisp - the Go parser is just for the expressions after the commands - e.g. `(cmd expr)`).
After I made it, I discovered that this is one of the most popular projects for programmers to embark on and actually pull off something usable (it's both useful and interesting, while not being too overwhelming)...
Here's a full list with 100s of static site generators (mine included haha) : https://www.staticgen.com/
Tried using Hugo but it was full of magic and silly naming and conventions that I really didn't like.
I even created my own little language which I used the Go parser to parse (but the syntax was closer to Lisp - the Go parser is just for the expressions after the commands - e.g. `(cmd expr)`).
After I made it, I discovered that this is one of the most popular projects for programmers to embark on and actually pull off something usable (it's both useful and interesting, while not being too overwhelming)...
Here's a full list with 100s of static site generators (mine included haha) : https://www.staticgen.com/