Public Draft
Install
hugo new site thinbusiness
cd thinbusiness
git init
Install theme
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
Update theme
git submodule update --remote --merge
echo “theme = ‘PaperMod’” » hugo.toml
hugo new content content/posts/my-first-post.md
hugo server -D