My First Post
# Sep 13, 2021Setting Up a New Hugo Site, based on Strage Case
Setup Hugo
Follow your instructions, finally verify with hugo version
.
Create the Site, Setup the Theme
mkdir personalBlog
hugo new site personalBlog
ls personalBlog
cd personalBlog
git init