This is the backend for my Cloud based blog
Fletcher's Cloud Blog
I use chocolatey as my package manager or installation engine.
Installing HUGO is easy, I choose the extended version to allow for more capabilities.
choco install hugo-extended -y
My build command
C:\ProgramData\chocolatey\lib\hugo-extended\tools\hugo.exe
I like to create my content based upon year
My folder structure looks like this
content
|---posts
|---year
|---postTitle
|---index.md
hugo new posts/{{year}}/{{postTitle}}/index.md