Renovator Bot
2374a6e19b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | minor | `v0.84.1` -> `v0.85.0` | --- ### Release Notes <details> <summary>gohugoio/hugo</summary> ### [`v0.85.0`](https://github.com/gohugoio/hugo/releases/v0.85.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.84.4...v0.85.0) 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 for file system changes. Hugo uses [Fsnotify](https://github.com/fsnotify/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: ```bash hugo server --poll 700ms ``` You van even do "long polling" by passing a long interval: ```bash hugo server --poll 24h ``` This release represents **23 contributions by 6 contributors** to the main Hugo code base.[@​bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@​raoulb](https://github.com/raoulb), [@​jmooring](https://github.com/jmooring), and [@​digitalcraftsman](https://github.com/digitalcraftsman) for their ongoing contributions. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **1 contributions by 1 contributors**. Hugo now has: - 52755+ [stars](https://github.com/gohugoio/hugo/stargazers) - 431+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) - 370+ [themes](http://themes.gohugo.io/) #### Enhancements ##### Other - Move time notification to after any build errors [04dc469f]( |
||
---|---|---|
.chglog | ||
overlay | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |