mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Merge commit 'eb16165694f868d73e57b6aed5c26ba5e98229de'
This commit is contained in:
BIN
docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png
Normal file
BIN
docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
@@ -1,12 +1,12 @@
|
||||
|
||||
---
|
||||
date: 2018-10-29
|
||||
title: "0.50"
|
||||
description: "0.50"
|
||||
title: "Hugo 0.50: Errors so Good, You’ll Want to Fail!"
|
||||
description: "Errors with full filename and line and column number, shown in browser. And improved Fast Render Mode …"
|
||||
categories: ["Releases"]
|
||||
---
|
||||
|
||||
Hugo `0.50` brings **greatly improved error messages**, and we now also show them in the browser. Having error messages with filename, line- and column number greatly simplify troubleshooting. Many editors (like VS Code) even let you click and navigate directly to the problematic line. If your editor requires a different log format, you can set it via the `HUGO_FILE_LOG_FORMAT` OS environment variable:
|
||||
Hugo `0.50` brings **greatly improved error messages**, and we now also show them in the browser. Having error messages with filename, line- and column number greatly simplify troubleshooting. Many editors (like VS Code) even let you click and navigate directly to the problematic line. If your editor requires a different log format, you can set it via the `HUGO_FILE_LOG_FORMAT` OS environment variable:
|
||||
|
||||
|
||||
```bash
|
||||
|
BIN
docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png
Normal file
BIN
docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
@@ -1,12 +1,12 @@
|
||||
|
||||
---
|
||||
date: 2018-11-07
|
||||
title: "0.51"
|
||||
description: "0.51"
|
||||
title: "Hugo 0.51: The 30K Stars Edition!"
|
||||
description: "Bug fixes, new template functions and more error improvements."
|
||||
categories: ["Releases"]
|
||||
---
|
||||
|
||||
Hugo reached [30 000 stars on GitHub](https://github.com/gohugoio/hugo/stargazers) this week, which is a good occasion to do a follow-up release of the great Hugo `0.50`. This is mostly a bug fix release, but it also adds some useful new functionality, two examples are the new template funcs `complement` and `symdiff`. This release also continues the work on improving Hugo's error messages. And with `.Position` now available on shortcodes, you can also improve your own error messages inside your custom shortcodes:
|
||||
Hugo reached [30 000 stars on GitHub](https://github.com/gohugoio/hugo/stargazers) this week, which is a good occasion to do a follow-up release of the great Hugo `0.50`. This is mostly a bug fix release, but it also adds some useful new functionality, two examples are the new template funcs [complement](https://gohugo.io/functions/complement/) and [symdiff](https://gohugo.io/functions/symdiff/). This release also continues the work on improving Hugo's error messages. And with `.Position` now available on shortcodes, you can also improve your own error messages inside your custom shortcodes:
|
||||
|
||||
|
||||
```bash
|
||||
|
BIN
docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png
Normal file
BIN
docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 KiB |
@@ -1,12 +1,12 @@
|
||||
|
||||
---
|
||||
date: 2018-11-28
|
||||
title: "0.52"
|
||||
description: "0.52"
|
||||
title: "And Now: Hugo 0.52"
|
||||
description: "Configurable file caches, inline shortcodes, and more ..."
|
||||
categories: ["Releases"]
|
||||
---
|
||||
|
||||
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.
|
||||
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/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 site](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.
|
||||
|
Reference in New Issue
Block a user