Hugo 0.95.0 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux
- traditional release - updated
- extended release - updated
Docker/CI Image - Hugo Docker image for Continuous Integration - updated
Docker Image - klakegg/hugo - Other Hugo Docker image - updated
Debian (sid) - updated (Track link)
Ubuntu (hirsute) - not yet updated (Track link )
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated
Chocolatey Package - Hugo Chocolatey package for Windows
-
traditional release - updated
-
extended release - updated
OT: what’s the future for Hugo milestone? 0.100 or 1.00?
How cool!
break
and continue
will make rendering a specific set of content files within a range
simpler!
I’m still having trouble keeping up with Hugo’s new releases.
There have been several revisions in the last two weeks.
- 0.95.0
- 0.94.2
- 0.94.1
- 0.94.0
- 0.93.3
- 0.93.2
- 0.93.1
- 0.93.0
Is this how it’s always been? It appears that a relatively small team has made significant progress.
I’m still having trouble keeping up with Hugo’s new releases.
I am not complaining! This project is really amazing for people who want to get the latest and greatest features. The beauty of
hugo
static binary is that you are not forced to update unless you want the new features or need a bug fix.
Is this how it’s always been?
I think it mainly depends on the free time @bep gets to add features to this project, and then PR activity from other users or dependent modules (like goldmark, chroma, etc.). But yeah, this project has been super-lively at least for the past 5 years or so since I started using Hugo.
It appears that a relatively small team has made significant progress.
Yeah… it’s a pretty small team
Personally I have started taking notes of big features that matter to me:
I did a quick summary about these new features. I think it’s very nice to have those in our toolsets. They sound small, but for me they are the biggest new features in quite some time
There is an issue open about a problem with spaces in the break and continue keywords. For now keep using {{break}} and {{continue}} if you encounter errors.
Note that the above is not an issue in Hugo.
yep, it’s in golang.
It’s worth noting that in both of the upstream Go issues (for break/continue and and/or) it was Russ Cox, the leader of the Go project, who stepped up to the plate and implemented it himself. He is considered to one of the sharpest brains in Google. He had a summer job at Google back when he was a student at Harvard. He worked with Jeff Dean, a Google legend; and that summer he implemented Google Code Search: