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>2021-07-04 17:34:53 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-04 17:34:53 +0300
commit4479f09c9cfde4e0aeb6cc72b5b0197f3eefb0d2 (patch)
treea8798c3c388b5475acf9a9b8c7de15354572df5b /docs/content/en/news
parent24ce98b6d10b2088af61c15112f5c5ed915a0c35 (diff)
parent7eb0e10a80708c638554b8221a3120dc1168566c (diff)
Merge commit '7eb0e10a80708c638554b8221a3120dc1168566c'
Diffstat (limited to 'docs/content/en/news')
-rw-r--r--docs/content/en/news/0.84.0-relnotes/index.md6
-rw-r--r--docs/content/en/news/0.84.2-relnotes/index.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/news/0.84.0-relnotes/index.md b/docs/content/en/news/0.84.0-relnotes/index.md
index 3bd7b379a..8d3dfac24 100644
--- a/docs/content/en/news/0.84.0-relnotes/index.md
+++ b/docs/content/en/news/0.84.0-relnotes/index.md
@@ -10,7 +10,7 @@ categories: ["Releases"]
## Deep merge of theme Params
-One of the most common complaint from Hugo theme owners/users has been about the configuration handling. Hugo has up until now only performed a shallow merge of theme `params` into the configuration.
+One of the most common complaints from Hugo theme owners/users has been about the configuration handling. Hugo has up until now only performed a shallow merge of theme `params` into the configuration.
With that, given this example from a theme configuration:
@@ -22,7 +22,7 @@ green="#68FF33"
red="#FF3358"
```
-If you would like to use the above theme, but want a different shade of red, you earlier had to copy the entire block, even the colours you're totally happy with. This was painful even the simplest setup.
+If you would like to use the above theme, but want a different shade of red, you earlier had to copy the entire block, even the colours you're totally happy with. This was painful with even the simplest setup.
Now you can just override the `params` keys you want to change, e.g.:
@@ -56,7 +56,7 @@ We have updated the internal Instagram shortcode to pass the access token in a h
## New erroridf template func
-Sometime, especially when creating themes, it is useful to be able to let the user decide if an error situation is critical enough to fail the build. The new `erroridf` produces `ERROR` log statements that can be toggled off:
+Sometimes, especially when creating themes, it is useful to be able to let the user decide if an error situation is critical enough to fail the build. The new `erroridf` produces `ERROR` log statements that can be toggled off:
```html
{{ erroridf "some-custom-id" "Some error message." }}
diff --git a/docs/content/en/news/0.84.2-relnotes/index.md b/docs/content/en/news/0.84.2-relnotes/index.md
index 7fd61cb21..d2469ff0c 100644
--- a/docs/content/en/news/0.84.2-relnotes/index.md
+++ b/docs/content/en/news/0.84.2-relnotes/index.md
@@ -11,7 +11,7 @@ images:
-This is a bug-fix release with a couple of important fixes.
+This is mostly a bug fix release, but it also contains some minor modules related improvements. Most notable you now get some more information in ` hugo config mounts`, and even more so when typing ` hugo config mounts -v`.
* modules: Add module.import.noMounts config [40dfdd09](https://github.com/gohugoio/hugo/commit/40dfdd09521bcb8f56150e6791d60445198f27ab) [@bep](https://github.com/bep) [#8708](https://github.com/gohugoio/hugo/issues/8708)
* modules: Use value type for module.Time [3a6dc6d3](https://github.com/gohugoio/hugo/commit/3a6dc6d3f423c4acb79ef21b5a76e616fa2c9477) [@bep](https://github.com/bep)