If you can read this then I got my website changed over. I
had been using some homebrew scripts and templating patterns
that I had created decades ago. Mostly because templating engines did not exist yet.
I looked at a few different static site generators, most were far too complex
for what I wanted. Hugo was a good
choice but I need the ablity to modify it easily. So I went with
staticsite [archive] written in python it uses jinja2 templating and the
markdown language. It was very simple to use and closely resembeled my own
ancient scripts.