From 724b3e673b74006489a18cd8ff3d6adefcaf9af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 28 Nov 2018 14:58:27 +0100 Subject: [PATCH] Release 0.52 --- temp/{0.52-relnotes.md => 0.52-relnotes-ready.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename temp/{0.52-relnotes.md => 0.52-relnotes-ready.md} (89%) diff --git a/temp/0.52-relnotes.md b/temp/0.52-relnotes-ready.md similarity index 89% rename from temp/0.52-relnotes.md rename to temp/0.52-relnotes-ready.md index b372ea2c6..90b5bf80e 100644 --- a/temp/0.52-relnotes.md +++ b/temp/0.52-relnotes-ready.md @@ -1,3 +1,4 @@ +The two big new items in this release is [Inline Shortcodes](https://gohugo.io//templates/shortcode-templates/#inline-shortcodes) and [Consolidated File Caches](https://gohugo.io//templates/shortcode-templates/getting-started/configuration/#configure-file-caches). In Hugo we really care about build speed, and caching is important. With this release, you get much better control over your cache configuration, which is especially useful when building on a Continous Integration server (Netlify, CircleCI or similar). Inline Shortcodes was implemented to help the Bootstrap project [move their documentation](https://github.com/twbs/bootstrap/issues/24475#issuecomment-441238128) to Hugo. Note that this feature is disabled by default. To enable, set `enableInlineShortcodes = true` in your site config. Worth mentioning is also the new `param` shortcode, which looks up the param in page front matter with the site's parameter as a fall back. This release represents **33 contributions by 7 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 [@moorereason](https://github.com/moorereason), [@emirb](https://github.com/emirb), and [@allizad](https://github.com/allizad) for their ongoing contributions. @@ -6,7 +7,6 @@ And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **10 contributions by 4 contributors**. A special thanks to [@budparr](https://github.com/budparr), [@bep](https://github.com/bep), [@allizad](https://github.com/allizad), and [@funkydan2](https://github.com/funkydan2) for their work on the documentation site. - Hugo now has: * 30595+ [stars](https://github.com/gohugoio/hugo/stargazers)