Website: upgrade Hugo to 0.121.2

Upgrade Hugo from 0.101.0 to 0.121.2. This seems to not introduce any
changes for us.
This commit is contained in:
Sybren A. Stüvel 2024-01-25 12:11:04 +01:00
parent 781aaa8282
commit 3233d40b4c

@ -40,7 +40,7 @@ JS_API_PKG_NAME=manager
WEB_STATIC=web/static
# The Hugo package + its version.
HUGO_PKG := github.com/gohugoio/hugo@v0.101.0
HUGO_PKG := github.com/gohugoio/hugo@v0.121.2
# Prevent any dependency that requires a C compiler, i.e. only work with pure-Go libraries.
export CGO_ENABLED=0