Environment: Mac M2 8GB & macOS
I was recently asked for a method to stand up a staic site blog, and using GitHub Pages is a pretty easy way to make that happen without hosting fees or managing the underlying machine. Here is my step-by-step.
Hugo is written in Go, it’s absurdly fast, and it deploys cleanly to GitHub Pages via Actions. Here are my notes.
Install Hugo
On macOS, Homebrew is the path of least resistance:
[Read More]