Hugo
Update: I’ve since switched to the PaperMod Theme I’m sick of maintaining Wordpress. I’ve finally decided to switch to a static site using Hugo. Hugo Setup Install Hugo I’m using the PaperMod Theme Hugo theme. This requires Hugo Extended. Installation via Chocolatey choco install hugo-extended Create a new site Hugo will create a new site named <my-site> hugo new site <my-site> Install a theme I like the simplicity and aesthetics of the PaperMod Theme theme. Create a git repository and make the CodeIT repo a submodule of the side directory. ...