cfd74b57d Add a config file update step. 5957d8815 Wrap cache configuration in code-toggle 914405c0e capitalization and indentation fix for taxonomies page (#1159) 223b80f42 Fix page kinds shortcode not rendering on Taxonomies page (#1158) a9b6fa984 Clarify weight description. 29e121681 Warn about zero weights in front matter. 27ce7ba8c Release 0.73.0 e9596b2ee Merge branch 'temp73' 074a270cd releaser: Add release notes to /docs for release of 0.73.0 4f56a9fc0 width fix of expanding code box in documentation (#1156) f27254d60 css fix of expanding code box in documentation (#1155) 43b576178 Fix incorrect directory name in quick-start (#1154) 16726eacf Add GroupByLastmod 73c31758e Fix for broken link again (#1151) d07067295 Fix broken link (#1144) bc0b484d1 Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy 674d71842 Fix Typo on Docker section of installation page b87778165 Merge commit 'efa74c5c6e6ff1daddeb5834ea7c69bed2acf171' c7cdebed3 tpl/crypto: Add hmac 260130cc0 Allow hook template per section/type 1f70519d8 releaser: Add release notes to /docs for release of 0.72.0 8516d540c Merge commit '9e1dcefc5f559944b70d2fa520f6acd5c56a69f2' c49195c69 common/maps: Add Scratch.Values 78072df81 Add redirect support to the server 90ca0af6b Fix typo in install instructions git-subtree-dir: docs git-subtree-split: cfd74b57d968d98f88d3ddaee651d9cbe79b7ce1
3.4 KiB
date: 2020-06-23 title: "Summer Breeze" description: "Taxonomy terms cleanup, render hooks per section/type, HMAC function, and more." categories: ["Releases"]
Again, a release on the small side. Some new features -- one example is that we now support hook templates per section/type, see #7349 -- and some important bug fixes.
But the most important part of this release is that we have now finally cleaned up the terms used for the taxonomy page kinds. This has made the taxonomy feature in Hugo harder to understand than it needed to be. The old/new values for these are taxonomy
=> term
and taxonomyTerm
=> taxonomy
. We have taken great care to avoid site breakage. See #6911 for more information.
This release represents 21 contributions by 9 contributors to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday for their ongoing contributions. And a big thanks to @digitalcraftsman for his relentless work on keeping the themes site in pristine condition and to @davidsneighbour, @coliff and @kaushalmodi for all the great work on the documentation site.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 30 contributions by 14 contributors. A special thanks to christianoliff, bjorn.erik.pedersen, patrick, and hello for their work on the documentation site.
Notes
- Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy #6911
Enhancements
Templates
- tpl/crypto: Add hmac
Other
- Remove some old release notes
- Create robots.txt in the domain root directory #5160#4193
- Make GroupByParamDate work with string params #3983
- Add GroupByLastmod #7408
- Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy #6911#7395
- Add genDocsHelper mage target
- Regenerate templates
- Beautify HTML generated by pagination template #7199
- Add a nested data dir test
- Use os.PathError in RootMappingFs.doLstat
- Remove credit (#7347)
- Allow hook template per section/type #7349
Fixes
Templates
- Fix bad rounding in NumFmt #7116