Musings & rants on software. Find them at rednafi.com.
-
Install Hugo. I'm on macOS and Hugo can be installed with
brew
:brew install hugo
-
Bootstrap the theme:
make init
-
Update the theme:
make update
-
Run the local server:
make devserver
-
Go to http://localhost:1313 to access the site locally.
The site is deployed to GitHub Pages via GitHub Actions.