Introduction
Getting started with static site generators I had a few qualifications. Portability, no NodeJS, and manage everything from text files.
Installed the extended version using the .deb file
and then installed the PaperMod theme
hugo new site MyFreshWebsite --format yaml
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive
git submodule update --remote --merge
echo 'theme: ["PaperMod"]' >> hugo.yaml