Domain Registrar - Hosted on domains.google.com
DNS - CloudFlare
Fork this repository!
On github, create a fork of https://github.com/SysManSquad/sysmansquadblogdev
, replace the URL below with the correct URL for your fork:
Be sure and run the git commands below before running a hugo server or it will cause you all kinds of trouble.
git clone https://github.com/SysManSquad/sysmansquadblogdev
git submodule init
git submodule update
This will download the site code and theme to your computer.
If you want to see your post in Hugo before submitting you'll need Hugo installed. Follow these steps:
As an administrator, in powershell:
Set-Executionpolicy bypass
install-module chocolatey
Install-ChocolateySoftware
Install-ChocolateyPackage hugo
This installs the chocolatey software manager and the hugo server to your machine.
Run this command from the root of your sysmansquadblogdev folder, replacing the path below
hugo server -D
Hugo will give you a URL to use to view the site as you make changes. Open this link in your browser and leave Hugo running in the background.