Update to Hugo 0.158 #158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/hugo-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Recent Hugo versions deprecated some things.
The main issue is the deprecation of the integrated libsass if favor of an external dart-sass installation. With the current pico-CSS version this yields some deprecation warnings from the SASS compiler now.
EDIT: It seems like the "exts-" docker image variant is deprecated. But I think we only need the "dart-sass" version (which includes an extended Hugo, git support, node.js, go and the Dart SASS compiler but no Pandoc, etc.)
noice
58f9de807d6875b82e61Staging should be on https://staging.hamburg.ccc.de/pr158/
FWIW, running locally with
hugo v0.163.1+extended+withdeploy darwin/arm64works fine for me.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.