What This Post Is

This blog exists to document my homelab DevOps work as I make the move from IBM Maximo consulting into DevOps engineering. Before writing about Kubernetes and GitOps, I figured the first post should document how the blog itself works — because the deployment pipeline is itself a DevOps project.


The Stack

ComponentTool
Static site generatorHugo
ThemePaperMod
Source controlGitHub
CI/CD + hostingCloudflare Pages
DomainCloudflare Registrar (christiehome.work)
Local editorNeovim / VS Code

How It Works End to End

Write locally in Markdown

Every post is a plain Markdown file sitting in content/posts/. I write locally using Neovim or VS Code. No CMS, no browser editor, no login required.

1
2
hugo new posts/my-new-post.md
vim content/posts/my-new-post.md