Hugo 0.89.0 Released

8 Likes

Thanks for .File.ContentBaseName had to use some trickery in the past, not anymore.

1 Like

Nice. Diffing 18 years of blog entries between 0.88.1 and 0.89.0 produced only three changes, all cases where ancient manual IMG tags had been typed XHTML-style with a trailing /, and were no longer getting wrapped in P tags by Goldmark.

-j

1 Like

Raspbian version nor working for armv7l chips … had the same in the past.

Can’t install hugo v0.89.0 on raspberry pi.

 $ sudo dpkg -i hugo_0.89.0_Linux-ARM.deb
dpkg: error processing archive hugo_0.89.0_Linux-ARM.deb (--install):
 package architecture (armv7l) does not match system (armhf)
Errors were encountered while processing:
 hugo_0.89.0_Linux-ARM.deb

Earliear versions (at least v0.88.1 & v0.87.0) works great though.

 $ sudo dpkg -i hugo_0.88.1_Linux-ARM.deb
Selecting previously unselected package hugo.
(Reading database ... 43590 files and directories currently installed.)
Preparing to unpack hugo_0.88.1_Linux-ARM.deb ...
Unpacking hugo (0.88.1) ...
Setting up hugo (0.88.1) ...

Please take bugs/issues on GitHub, not here.

Hugo 0.89.0 packages

Brew - Hugo Brew package for macOS and Linux - updated :white_check_mark:
Snap Package - Hugo Snap (Snapcraft) package for Linux

  • traditional release - updated :white_check_mark:
  • extended release - updated :white_check_mark:

Docker/CI Image - Hugo Docker image for Continuous Integration - updated :white_check_mark:
Docker Image - klakegg/hugo - Other Hugo Docker image - not yet updated :x:
Debian (sid) - updated :white_check_mark: (Track link)
Ubuntu (jammy) - updated :white_check_mark: (Track link )
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated :x:
Chocolatey Package - Hugo Chocolatey package for Windows

4 Likes