Hugo and Momod

The extended version of Hugo is installed using /usr/local/bin/hugo-update.sh - the version will be the latest release of Hugo at the time your first run the websites play.

The latest release of nodejs 19.x will be installed for use in building Hugo sites. PostCSS and PostCSS-cli will also be installed via NPM.

At the moment it is up to you to keep you local and server side versions of these in Sync. You can use the same script (/usr/local/bin/hugo-update.sh) on your local workstation to install updates to Hugo. NPM for the rest.

(Note: In the future I’d like to move these into a containerized development setup, or using Forgejo ations, to allow pinned versions, see issue #7.)