Merge commit 'b74591123eac47a20d1f26ff3e2d291cd9c5cfc0'

This commit is contained in:
Bjørn Erik Pedersen
2020-11-03 13:05:34 +01:00
9 changed files with 31 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@@ -1,15 +1,15 @@
---
date: 2020-10-30
title: "0.77.0"
description: "0.77.0"
title: "Hugo 0.77.0: Hugo Modules Improvements and More "
description: "New Replacements config option for simpler development workflows, ignore errors from getJSON, localized dates, and more."
categories: ["Releases"]
---
Hugo `0.77.0` is a small, but useful release. Some notable updates are:
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.
* You can now build with `go 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:
@@ -17,7 +17,8 @@ There are also several useful **[Hugo Modules](https://gohugo.io/hugo-modules/)*
* 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.
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),