
Website creation
I've been messing with command line website creation tools.
Specifically with HUGO and 11TY.
Hugo

Downer for me: I couldn't get it to work. After following the install instructions from the Hugo site, the sample didn't work. After discovering there was (and is) an error on it, I couldn't get it to work either. I have no idea why not, but that failed gloriously, so exit Hugo.
11ty

Bummer: the default creates subdirectories with the name of each post and writes an index.html file in there. My current sites have HTML pages with the content, all in the root dir of the public dir of where they're hosted.
I tried to find a way to port 11ty to do that. It seems possible, with data files and directives and such, but after 2 days of searching, I haven't found it. 10 years ago I would have gone on and asked around, to get this to work.
Publii

Publii does what I want, in a friendly package, and it can update the site through various ways, automatically uploading only what has been changed. Simplicity rules.
And before you say, "but Hugo and 11ty are open source programs!"
So is Publii. Their code is on github.