1. create the Hugo site
hugo new site foodblog
cd foodblog
git init
# add a clean theme
git submodule add https://github.com/adityatelange/hugo-PaperMod themes/PaperMod
hugo new site foodblog
cd foodblog
git init
# add a clean theme
git submodule add https://github.com/adityatelange/hugo-PaperMod themes/PaperMod