Skip to content

fskelly/cloud.fskelly.com

Repository files navigation

Purpose

This is the backend for my Cloud based blog
Fletcher's Cloud Blog

HUGO installation

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

Create a new post

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

blog
Deploy To Azure

Deploy To GitHub Pages Website maintained

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published