Domain Registrar - Hosted on domains.google.com
DNS - CloudFlare
git clone https://github.com/SysManSquad/sysmansquadblogdev
git submodule init
git submodule update
Be sure and run the git commands above before running a hugo server or it will cause you all kinds of trouble.
If you want to see your post in Hugo before submitting you'll need Hugo installed. Follow these steps.
https://gohugo.io/getting-started/installing#chocolatey-windows
choco install hugo -confirm
Create New hugo website
hugo new site <PATH>
Add Theme as a submodule
git submodule add https://github.com/SysManSquad/sysmansquadblog_theme.git themes/sysmansquadblog_theme
Add Public repo as a submodule. This will make it easier to publish changes than trying to manage prod and dev branches.
git submodule add https://github.com/SysManSquad/sysmansquadblog.git public
Run this command from the root of your sysmansquadblogdev folder
cd C:\GitHub\Blog\sysmansquadblogdev
hugo server -D