Hugo Release 0.85.0

Poll based watching

Hugo 0.85.0: Polled based alternative when watching for changes and some other nice improvements.

July 5, 2021

Go to Hugo Releases for the release downloads.

Featured Image for Poll based watching

Hugo 0.85.0 is on the smaller side of releases, but the main new thing it brings should be important to those who need it: Poll based watching the filesystem for changes.

Hugo uses Fsnotify to provide native file system notifications. This is still the default, but there may situations where this isn’t working. The file may not support it (e.g. NFS), or you get the “too many open files” error and cannot or do not want to increase the ulimit. Enable polling by passing the --poll flag with an interval: hugo server –poll 700ms

https://gohugo.io/news/0.85.0-relnotes/