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-03-03 18:10:16 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-03 18:10:42 +0300
commitbbaefd7e3e50935aa5cb2d907220e50a117aaf65 (patch)
treeb6ed625fc7fc741a9b34b1283b3d008053f597c4
parentcc1a7188607275ab02f03c6f44de5b17aa4367bf (diff)
Update 0.66.0-relnotes.md
-rw-r--r--temp/0.66.0-relnotes-ready.md (renamed from temp/0.66.0-relnotes.md)10
1 files changed, 10 insertions, 0 deletions
diff --git a/temp/0.66.0-relnotes.md b/temp/0.66.0-relnotes-ready.md
index c3effdaa1..925ff3530 100644
--- a/temp/0.66.0-relnotes.md
+++ b/temp/0.66.0-relnotes-ready.md
@@ -1,3 +1,13 @@
+This relase adds [inline `@import`](http://localhost:1313/hugo-pipes/postcss/#options) support to `resources.PostCSS`, with imports relative to Hugo's virtual, composable file system. Another useful addition is the new `build` [configuration section](http://localhost:1313/getting-started/configuration/#configure-build). As an example in `config.toml`:
+
+```toml
+[build]
+ useResourceCacheWhen = "always"
+```
+
+The above will tell Hugo to _always_ used the cached build resources inside `resources/_gen` for the build steps requiring a non-standard dependency (PostCSS and SCSS/SASS). Valid values are `never`, `always` and `fallback` (default).
+
+
This release represents **27 contributions by 8 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 [@anthonyfok](https://github.com/anthonyfok), [@carlmjohnson](https://github.com/carlmjohnson), and [@sams96](https://github.com/sams96) for their ongoing contributions.
And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site.