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
path: root/temp
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-30 12:39:04 +0300
committerGitHub <noreply@github.com>2020-10-30 12:39:04 +0300
commit5ba49c8778351ca407fd608d9f8e9269c91c9c1f (patch)
tree575f49cdb6ca253654bef765640172303311cb14 /temp
parentc3ccda8fabbff5f36a9801d3b15f7a609c1bc954 (diff)
Update 0.77.0-relnotes.md
[ci skip]
Diffstat (limited to 'temp')
-rw-r--r--temp/0.77.0-relnotes.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/temp/0.77.0-relnotes.md b/temp/0.77.0-relnotes.md
index 2305a73da..e19f3d199 100644
--- a/temp/0.77.0-relnotes.md
+++ b/temp/0.77.0-relnotes.md
@@ -1,4 +1,15 @@
-This release represents **38 contributions by 11 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), [@dependabot[bot]](https://github.com/apps/dependabot), and [@anthonyfok](https://github.com/anthonyfok) for their ongoing contributions.
+Hugo `0.77.0` is a small, but useful release. Some notable updates are:
+
+* **time.AsTime** accepts an optional location as second parameter, allowing timezone aware printing of dates.
+* You can now build with `hugo install -tags nodeploy` if you don't need the **`hugo deploy`** feature.
+* Remote **`getJSON`** errors can now be ignored by adding `ignoreErrors = ["error-remote-getjson"]` to your site config.
+
+There are also several useful **[Hugo Modules](https://gohugo.io/hugo-modules/)** enhancements:
+
+* We have added `Replacements` to the [Module Configuration](https://gohugo.io/hugo-modules/configuration/#module-config-top-level). This should enable a much simpler developer workflow, simpler to set up preview sites for your remote theme etc, as you now can do `env HUGO_MODULE_REPLACEMENTS="github.com/bep/myprettytheme -> ../.." hugo` and similar.
+* The module `Path` for local modules can now be absolute for imports defined in the project.
+
+This release represents **38 contributions by 11 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), and [@anthonyfok](https://github.com/anthonyfok) 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),