6 Likes
Hugo 0.120.0 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux - not yet updated
Docker/CI Image - Hugo Docker image for Continuous Integration - updated
Debian - not yet updated
Ubuntu - not yet updated
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated
Chocolatey Package - Hugo Chocolatey package for Windows
- traditional release - not yet updated
- extended release - not yet updated
2 Likes
If I were to include more information in the release notes it would be this:
Hugo v0.120.0
deprecates site.IsServer
and adds support for two new methods:
hugo.IsServer
- returnstrue
if the site is being served with Hugo’s built-in serverhugo.IsDevelopment
- returnstrue
ifhugo.Environment
is “development”
More details can be found in the docs.
2 Likes