Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hugo-updater] Update Hugo to version 0.87.0 #34

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

abtris
Copy link
Owner

@abtris abtris commented Aug 9, 2021

[hugo-updater] Update Hugo to version 0.87.0
More details in https://github.com/gohugoio/hugo/releases/tag/v0.87.0

Hugo 0.87 brings two long sought-after features: Default time zone support (per language if needed) for dates without zone offset or location info, and localized time and dates and numbers (backed by CLDR).

For more information, see:

  • The time zone config documentation.
  • The time.Format documentation. This function will now give you localized dates (with weekdays and months in the current language). It supports all of Go's layout syntax, but also some predefined constants, e.g. {{ .Date | time.Format ":date_long" }}.
  • A set of new localized number formatting

Also in this release, we have switched to using go-toml for all things TOML in Hugo. A big thanks to @pelletier for his work on the v2 version. It's both faster than what we had and TOML v1.0.0 compliant.

This release represents 40 contributions by 4 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @dependabot[bot], @digitalcraftsman, and @jmooring for their ongoing contributions.

Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 1 contributions by 1 contributors.

Hugo now has:

Notes

Enhancements

Templates

Other

Fixes

Other

@netlify
Copy link

netlify bot commented Aug 9, 2021

✔️ Deploy Preview for house-keeper-proficiencies-68654 ready!

🔨 Explore the source changes: c4edcbd

🔍 Inspect the deploy log: https://app.netlify.com/sites/house-keeper-proficiencies-68654/deploys/6111379a4c06300007dbd801

😎 Browse the preview: https://deploy-preview-34--house-keeper-proficiencies-68654.netlify.app

@abtris abtris merged commit aa84e8f into master Aug 9, 2021
@abtris abtris deleted the updater/version-0.87.0 branch August 9, 2021 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant