One minute
My First Post
I’m noting this here so I don’t lose it (and so I have a post on my site).
Dear Future Shaine,
Since you only work on this site every six months, everything will likely need to be updated.
- Update Chocolatey with
choco upgrade chocolatey - Update Go with
choco upgrade golang - Update Hugo with
choco upgrade hugo-extended - Update Hugo modules with
hugo mod get -u
Once everything is up to date, hugo can be tested:
# -D = --buildDrafts
# Includes pages marked as draft.
# -N = --navigateToChanged
# On live reload, navigates to the most recently changed page.
# -O = --openBrowser
# After server loads, opens browser page.
hugo server -D -N -O