I decided to switch to the famous HUGO theme.
Commands
hugo new site <name> ; cd <name> ; git init
hugo new content posts/<title>.md
(set to draft automatically)hugo serve -D
(need the -D flag to include drafts)
I find it easier to use an ISO Date (YYYY/MM/DD) instead of a title for the files.
More [HUGO tips](https://mansoorbarri.com/categories/hugo/).