mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
59f57900a4
Rename to *-ready.md to continue. [ci skip]
5.8 KiB
5.8 KiB
This release represents 23 contributions by 5 contributors to the main Hugo code base. @bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @anthonyfok, @vsopvsop, and @moorereason for their ongoing contributions. And a big thanks to @digitalcraftsman for his relentless work on keeping the themes site in pristine condition and to @kaushalmodi for his great work on the documentation site.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 15 contributions by 12 contributors. A special thanks to @bep, @kaushalmodi, @regisphilibert, and @anthonyfok for their work on the documentation site.
Hugo now has:
- 28275+ stars
- 441+ contributors
- 252+ themes
Enhancements
Templates
Core
- Only run variable variable overwrite test on Go 1.11 6022f219 @bep
- Add a test for template variable overwrite 0c8a4154 @bep
- Include language code in REF_NOT_FOUND errors 94d0e79d @bep #5110
Other
- Improve minifier MIME type resolution ebb56e8b @bep #5093
- Update to Go 1.11 6b9934a2 @bep #5115
- Set GO111MODULE=on for mage install c7f05779 @bep #5115
- Add instruction to install PostCSS when missing 08d14113 @anthonyfok #5111
- Update snapcraft build config to Go 1.11 94d6d678 @bep #5115
- Use Go 1.11 modules with Mage 45c9c45d @bep #5115
- Add go.mod fce32c07 @bep #5115
- Update Travis to Go 1.11 and Go 1.10.4 d32ff16f @bep #5115
- Keep end tags e6eda2a3 @vsopvsop
- Skip installing postcss due to failure on build server 66f688f7 @anthonyfok
- Release 0.47.1 aefd9a80 @bep
- Remove unused files from Git, Perl, etc. 834617f9 @anthonyfok
- Add nodejs to allow PostCSS to work ef20ec1f @anthonyfok
- Do not strip IE conditional statements 5a0ee2b9 @bep #5089