Developer

Git Setup - Online

Atron Seige
Setting up git can be weird and difficult. Security wise, hide your email. To get this working, see this link https://stackoverflow.com/questions/43863522/error-your-push-would-publish-a-private-email-address

Powershell Profile

Atron Seige
Powershell profile https://superuser.com/questions/886951/run-powershell-script-when-you-open-powershell run this to create the file New-item –type file –force $profile run this to allow the file to run, without giving too much rights Set-ExecutionPolicy RemoteSigned -Scope LocalMachine

Local Site Setup

Atron Seige
git clone https://github.com/AtronSeige/NoviceHusbandSource.git git submodule update –init –recursive

Hugo Command Reference

Atron Seige
Instead of constantly googling the same things that I need to do to update my site, I decided that it would be easiest to just create a page with all the commands.

Hello Hugo!

Atron Seige
I am using hugo to publish my static site. As simple as expected! I followed these steps, with more information from the starting info page.