Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-30 11:50:15 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-30 11:50:15 +0300
commit3553fc533a868d0303214e3ae53558e23d09b438 (patch)
tree58b62b3af796986303c838b88eb34e9544939043 /docs/content/en/news
parent173187e2633f3fc037c83e1e3de2902ae3c93b92 (diff)
parent9cabb46f68bae01aeb1859727dcb21e8a10f5ec7 (diff)
Merge commit '9cabb46f68bae01aeb1859727dcb21e8a10f5ec7'
Diffstat (limited to 'docs/content/en/news')
-rw-r--r--docs/content/en/news/0.76.0-relnotes/featured.pngbin0 -> 146539 bytes
-rw-r--r--docs/content/en/news/0.76.0-relnotes/index.md8
-rw-r--r--docs/content/en/news/0.76.1-relnotes/index.md9
-rw-r--r--docs/content/en/news/0.76.2-relnotes/index.md6
-rw-r--r--docs/content/en/news/0.76.4-relnotes/index.md4
5 files changed, 11 insertions, 16 deletions
diff --git a/docs/content/en/news/0.76.0-relnotes/featured.png b/docs/content/en/news/0.76.0-relnotes/featured.png
new file mode 100644
index 000000000..a2130ce81
--- /dev/null
+++ b/docs/content/en/news/0.76.0-relnotes/featured.png
Binary files differ
diff --git a/docs/content/en/news/0.76.0-relnotes/index.md b/docs/content/en/news/0.76.0-relnotes/index.md
index f23d13c06..ec4549575 100644
--- a/docs/content/en/news/0.76.0-relnotes/index.md
+++ b/docs/content/en/news/0.76.0-relnotes/index.md
@@ -1,12 +1,12 @@
---
date: 2020-10-06
-title: "0.76.0"
-description: "0.76.0"
+title: "Multiple Cascades With Page Filters"
+description: "Hugo 0.76.0 brings multiple cascade blocks per page with filters for path, kind and language."
categories: ["Releases"]
---
- In **Hugo 0.76.0** you can now have a list of [cascade](https://gohugo.io/content-management/front-matter#front-matter-cascade) blocks per page and a new `_target` keyword where you can select which pages to _cascade_ upon using [Glob](https://github.com/gobwas/glob) patterns for a `Page`'s `Kind`, `Lang` and/or `Path`:
+In **Hugo 0.76.0** you can now have a list of [cascade](https://gohugo.io/content-management/front-matter#front-matter-cascade) blocks per page and a new `_target` keyword where you can select which pages to _cascade_ upon using [Glob](https://github.com/gobwas/glob) patterns for a `Page`'s `Kind`, `Lang` and/or `Path`:
```toml
title ="Blog"
@@ -26,7 +26,7 @@ Tasks that were earlier hard/borderline impossible to do are now simple. One com
A related improvement is that the [build option](https://gohugo.io/content-management/build-options/#readout) `render` is now an enum. In addition to turning on/off rendering of a given page you can tell Hugo to not render, but you want to preserve the `.Permalink`, useful for SPA applications.
-This release represents **35 contributions by 8 contributors** to the main Hugo code base.[@dependabot[bot]](https://github.com/apps/dependabot) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@bep](https://github.com/bep), [@ai](https://github.com/ai), and [@jmooring](https://github.com/jmooring) for their ongoing contributions.
+This release represents **35 contributions by 8 contributors** to the main Hugo code base. A big shoutout to [@bep](https://github.com/bep), [@ai](https://github.com/ai), and [@jmooring](https://github.com/jmooring) for their ongoing contributions.
And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site.
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
diff --git a/docs/content/en/news/0.76.1-relnotes/index.md b/docs/content/en/news/0.76.1-relnotes/index.md
index aa275eae3..b28b17960 100644
--- a/docs/content/en/news/0.76.1-relnotes/index.md
+++ b/docs/content/en/news/0.76.1-relnotes/index.md
@@ -1,20 +1,17 @@
---
date: 2020-10-07
-title: "Hugo 0.76.1: A couple of Bug Fixes"
-description: "This version fixes a couple of bugs introduced in 0.76.0."
+title: "Hugo 0.76.1: One Bug Fix"
+description: "This version fixes one bug introduced in 0.76.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
-
-
-This is a bug-fix release with a couple of important fixes.
+With this, we should finally have proper [plural numerals in Russian etc.](https://discourse.gohugo.io/t/0-76-0-i18n-gone-wrong/28689/7?u=bep):
* langs/i18n: Fix i18n .Count regression [f9e798e8](https://github.com/gohugoio/hugo/commit/f9e798e8c4234bd60277e3cb10663ba254d4ecb7) [@bep](https://github.com/bep) [#7787](https://github.com/gohugoio/hugo/issues/7787)
-* Fix typo in 0.76.0 release note [ee56efff](https://github.com/gohugoio/hugo/commit/ee56efffcb3f81120b0d3e0297b4fb5966124354) [@digitalcraftsman](https://github.com/digitalcraftsman)
diff --git a/docs/content/en/news/0.76.2-relnotes/index.md b/docs/content/en/news/0.76.2-relnotes/index.md
index 866ddbfbb..c071fdcac 100644
--- a/docs/content/en/news/0.76.2-relnotes/index.md
+++ b/docs/content/en/news/0.76.2-relnotes/index.md
@@ -1,16 +1,14 @@
---
date: 2020-10-07
-title: "Hugo 0.76.2: A couple of Bug Fixes"
-description: "This version fixes a couple of bugs introduced in 0.76.0."
+title: "Hugo 0.76.2: One Bug Fix"
+description: "This release reverts to an older (and working) version of the JS minifier."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
-
-
This is a bug-fix release with one important fix.
* Revert "deps: Update to github.com/tdewolff/minify v2.9.4" [6dd60fca](https://github.com/gohugoio/hugo/commit/6dd60fca73ff96b48064bb8c6586631a2370ffc6) [@bep](https://github.com/bep) [#7792](https://github.com/gohugoio/hugo/issues/7792)
diff --git a/docs/content/en/news/0.76.4-relnotes/index.md b/docs/content/en/news/0.76.4-relnotes/index.md
index 5806de940..cb7e8670c 100644
--- a/docs/content/en/news/0.76.4-relnotes/index.md
+++ b/docs/content/en/news/0.76.4-relnotes/index.md
@@ -1,8 +1,8 @@
---
date: 2020-10-12
-title: "Hugo 0.76.4: A couple of Bug Fixes"
-description: "This version fixes a couple of bugs introduced in 0.76.0."
+title: "Hugo 0.76.4: One Bug Fix"
+description: "This version fixes one more i18n regression from 0.76.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png