|
|
|
|
|
by alphachloride
1385 days ago
|
|
I went with Hugo. It is written in Go. If I were to make my own generator from scratch, I'd go with python. It's the language I work with the most. A lot of my blog content will be generated from python (figures etc) or will show python code. So having a site generator in the same language can help me add features by hacking on the generator code in a way that a single binary cannot. |
|