If you then run hugo --logLevel info you should see timer info logged at the end of the build. You can have as many timers as you want and if you don't stop them, they will be stopped at the end of build.
Hugo now also builds release binaries for Solaris now that a long-living issue in the upstream ƒsnotify library has been fixed, thanks to @nshalman.
Notes
The enableEmoji flag now only works for Markdown content. This is unfortunate, but the old solution has some known issues and it was too hard to make it work properly as a general thing across all formats. See #11598
site.DisqusShortname is deprecated 2eca1b3cc
site.GoogleAnalytics is deprecated a692278bc
site.Author is deprecated d4016dd5c
site.Social is deprecated 4910312ee
Also, we have changed the string type for some of the fields and methods:
$resource.Data.Integrity now returns a string and not a template.HTMLAttr
delimit now returns a string and not a template.HTML See #10876#11502.
the URL functions now returns a string, see #11536
The paginator Pager now returns a string.
site.BaseURL now returns a string.
The above should both solve some issues and make the above types more useful and easer to reason about. But if you use the delimit function to process HTML and see some unexpected escaping after this release, e.g.:
</tr></table>
... (truncated)
Commits
9c2b241 releaser: Bump versions for release of 0.120.2
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/gohugoio/hugo from 0.118.2 to 0.120.2.
Release notes
Sourced from github.com/gohugoio/hugo's releases.
... (truncated)
Commits
9c2b241
releaser: Bump versions for release of 0.120.2ab21433
Fix deprecation printing on info level23fcfb7
tpl/tplimpl: Fix deprecation logic in RSS template47bf2fc
releaser: Prepare repository for 0.121.0-DEV16fb2ca
releaser: Bump versions for release of 0.120.12bedcf3
deps: Update github.com/tdewolff/minify/v2 v2.20.0 => v2.20.1935999e
releaser: Prepare repository for 0.121.0-DEV20c3bae
releaser: Bump versions for release of 0.120.029b6e13
docs: Regen docshelper7f8ab74
Add Solaris buildDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show