mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 11:50:00 -04:00
Make release notes somewhat more consistent
This commit is contained in:
parent
0113e2051d
commit
879ea3f6a2
@ -3,6 +3,7 @@ date: 2016-06-06T13:54:06-04:00
|
|||||||
description: "Hugo 0.16 is our best and biggest release ever. The Hugo community has outdone itself with continued performance improvements, beautiful themes and increased stability."
|
description: "Hugo 0.16 is our best and biggest release ever. The Hugo community has outdone itself with continued performance improvements, beautiful themes and increased stability."
|
||||||
title: "Hugo 0.16"
|
title: "Hugo 0.16"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
|
aliases: [/0-16/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo 0.16 is our best and biggest release ever. The Hugo community has
|
Hugo 0.16 is our best and biggest release ever. The Hugo community has
|
@ -6,6 +6,7 @@ description: "Hugo now supports multilingual sites with the most simple and eleg
|
|||||||
link: ""
|
link: ""
|
||||||
title: "0.17: Hugo is going global"
|
title: "0.17: Hugo is going global"
|
||||||
draft: false
|
draft: false
|
||||||
|
aliases: [/0-17/]
|
||||||
---
|
---
|
||||||
Hugo is going global with our 0.17 release. We put a lot of thought into how we could extend Hugo
|
Hugo is going global with our 0.17 release. We put a lot of thought into how we could extend Hugo
|
||||||
to support multilingual websites with the most simple and elegant experience. Hugo's multilingual
|
to support multilingual websites with the most simple and elegant experience. Hugo's multilingual
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.18"
|
title: "Hugo 0.18"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-18/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo 0.18.1 is a bug fix release fixing some issues introduced in Hugo 0.18:
|
Hugo 0.18.1 is a bug fix release fixing some issues introduced in Hugo 0.18:
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.19"
|
title: "Hugo 0.19"
|
||||||
draft: false
|
draft: false
|
||||||
author: budparr
|
author: budparr
|
||||||
|
aliases: [/0-19/]
|
||||||
---
|
---
|
||||||
|
|
||||||
We're happy to announce the first release of Hugo in 2017.
|
We're happy to announce the first release of Hugo in 2017.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20"
|
title: "Hugo 0.20"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.20` introduces the powerful and long sought after feature [Custom Output Formats](http://gohugo.io/extras/output-formats/); Hugo isn’t just that “static HTML with an added RSS feed” anymore. _Say hello_ to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few ( [#2828](//github.com/gohugoio/hugo/issues/2828) ).
|
Hugo `0.20` introduces the powerful and long sought after feature [Custom Output Formats](http://gohugo.io/extras/output-formats/); Hugo isn’t just that “static HTML with an added RSS feed” anymore. _Say hello_ to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few ( [#2828](//github.com/gohugoio/hugo/issues/2828) ).
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.1"
|
title: "Hugo 0.20.1"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-1/]
|
||||||
---
|
---
|
||||||
|
|
||||||
* Fix logic for base template in work dir vs in the theme [#3323](//github.com/gohugoio/hugo/issues/3323)
|
* Fix logic for base template in work dir vs in the theme [#3323](//github.com/gohugoio/hugo/issues/3323)
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.2"
|
title: "Hugo 0.20.2"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-2/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.20.2` adds support for plain text partials included into `HTML` templates. This was a side-effect of the big new [Custom Output Format](https://gohugo.io/extras/output-formats/) feature in `0.20`, and while the change was intentional and there was an ongoing discussion about fixing it in [#3273](//github.com/gohugoio/hugo/issues/3273), it did break some themes. There were valid workarounds for these themes, but we might as well get it right.
|
Hugo `0.20.2` adds support for plain text partials included into `HTML` templates. This was a side-effect of the big new [Custom Output Format](https://gohugo.io/extras/output-formats/) feature in `0.20`, and while the change was intentional and there was an ongoing discussion about fixing it in [#3273](//github.com/gohugoio/hugo/issues/3273), it did break some themes. There were valid workarounds for these themes, but we might as well get it right.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.3"
|
title: "Hugo 0.20.3"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-3/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a bug-fix release with one important fix. But it also adds some harness around [GoReleaser](https://github.com/goreleaser/goreleaser) to automate the Hugo release process. Big thanks to [@caarlos0](https://github.com/caarlos0) for great and super-fast support fixing issues along the way.
|
This is a bug-fix release with one important fix. But it also adds some harness around [GoReleaser](https://github.com/goreleaser/goreleaser) to automate the Hugo release process. Big thanks to [@caarlos0](https://github.com/caarlos0) for great and super-fast support fixing issues along the way.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.4"
|
title: "Hugo 0.20.4"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-4/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This is the second bug-fix release of the day, fixing a couple of issues related to the new release scripts.
|
This is the second bug-fix release of the day, fixing a couple of issues related to the new release scripts.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.5"
|
title: "Hugo 0.20.5"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-5/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a bug-fix release which fixes the version number of `0.20.4` (which wrongly shows up as `0.21-DEV`) ([#3388](https://github.com/gohugoio/hugo/issues/3388)).
|
This is a bug-fix release which fixes the version number of `0.20.4` (which wrongly shows up as `0.21-DEV`) ([#3388](https://github.com/gohugoio/hugo/issues/3388)).
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.6"
|
title: "Hugo 0.20.6"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-6/]
|
||||||
---
|
---
|
||||||
|
|
||||||
There have been some [shouting on discuss.gohugo.io](https://discuss.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making `/my-blog-post/index.md` work as expected.
|
There have been some [shouting on discuss.gohugo.io](https://discuss.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making `/my-blog-post/index.md` work as expected.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.20.7"
|
title: "Hugo 0.20.7"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-20-7/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This just fixes an issue with the release scripts, no change in the binaries.
|
This just fixes an issue with the release scripts, no change in the binaries.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.21"
|
title: "Hugo 0.21"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-21/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.21` brings full support for shortcodes per [Output Format](https://gohugo.io/extras/output-formats/) ([#3220](https://github.com/gohugoio/hugo/issues/3220)), the last vital piece of that puzzle. This is especially useful for `Google AMP` with its many custom media tags.
|
Hugo `0.21` brings full support for shortcodes per [Output Format](https://gohugo.io/extras/output-formats/) ([#3220](https://github.com/gohugoio/hugo/issues/3220)), the last vital piece of that puzzle. This is especially useful for `Google AMP` with its many custom media tags.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.22"
|
title: "Hugo 0.22"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-22/]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.22.1"
|
title: "Hugo 0.22.1"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-22-1/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.22.1` fixes a couple of issues reported after the [0.22 release](https://github.com/gohugoio/hugo/releases/tag/v0.22) Monday. Most importantly a fix for detecting regular subfolders below the root-sections.
|
Hugo `0.22.1` fixes a couple of issues reported after the [0.22 release](https://github.com/gohugoio/hugo/releases/tag/v0.22) Monday. Most importantly a fix for detecting regular subfolders below the root-sections.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.23"
|
title: "Hugo 0.23"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-23/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.23` is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation: [gohugoio](https://github.com/gohugoio), but it also contains a couple of important fixes that makes this an update worth-while for all.
|
Hugo `0.23` is mainly a release that handles all the small changes needed to get Hugo moved to a GitHub organisation: [gohugoio](https://github.com/gohugoio), but it also contains a couple of important fixes that makes this an update worth-while for all.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.24"
|
title: "Hugo 0.24"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-24/]
|
||||||
---
|
---
|
||||||
|
|
||||||
> "A feature that could be the name of the next Indiana Jones movie deserves its own release," says [@bep](https://github.com/bep).
|
> "A feature that could be the name of the next Indiana Jones movie deserves its own release," says [@bep](https://github.com/bep).
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.24.1"
|
title: "Hugo 0.24.1"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-24-1/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This release fixes some important **archetype-related regressions** from the recent Hugo 0.24-release.
|
This release fixes some important **archetype-related regressions** from the recent Hugo 0.24-release.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.25"
|
title: "Hugo 0.25"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-25/]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo `0.25` is the **Kinder Surprise**: It automatically opens the page you're working on in the browser, it adds full `AND` and `OR` support in page queries, and you can now have templates per language.
|
Hugo `0.25` is the **Kinder Surprise**: It automatically opens the page you're working on in the browser, it adds full `AND` and `OR` support in page queries, and you can now have templates per language.
|
@ -6,6 +6,7 @@ link: ""
|
|||||||
title: "Hugo 0.25.1"
|
title: "Hugo 0.25.1"
|
||||||
draft: false
|
draft: false
|
||||||
author: bep
|
author: bep
|
||||||
|
aliases: [/0-25-1/]
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a bug-fix release with a couple of important fixes.
|
This is a bug-fix release with a couple of important fixes.
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2017-09-13
|
date: 2017-09-13
|
||||||
title: "0.27.1: One bugfix"
|
title: "Hugo 0.27.1: One bugfix"
|
||||||
description: "Hugo 0.27.1 fixes an issue introduced in Go 1.9 with HTML escaping of shortcodes in multi output sites."
|
description: "Hugo 0.27.1 fixes an issue introduced in Go 1.9 with HTML escaping of shortcodes in multi output sites."
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
@ -4,7 +4,6 @@ date: 2017-09-25
|
|||||||
title: "Hugo 0.28: High-speed Syntax Highlighting!"
|
title: "Hugo 0.28: High-speed Syntax Highlighting!"
|
||||||
description: "Chroma is the new default syntax highlighter in Hugo."
|
description: "Chroma is the new default syntax highlighter in Hugo."
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
slug: "0.28-relnotes"
|
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-28-poster.png
|
- images/blog/hugo-28-poster.png
|
||||||
---
|
---
|
@ -4,7 +4,6 @@ date: 2017-09-26
|
|||||||
title: "Hugo 0.29: Template Metrics"
|
title: "Hugo 0.29: Template Metrics"
|
||||||
description: "Makes it easy to find template bottle necks."
|
description: "Makes it easy to find template bottle necks."
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
slug: "0.29-relnotes"
|
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-29-poster.png
|
- images/blog/hugo-29-poster.png
|
||||||
---
|
---
|
@ -4,7 +4,6 @@ date: 2017-10-16
|
|||||||
title: "Hugo 0.30: Race Car Edition!"
|
title: "Hugo 0.30: Race Car Edition!"
|
||||||
description: "Fast Render Mode boosts live reloading!"
|
description: "Fast Render Mode boosts live reloading!"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
slug: "0.30-relnotes"
|
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-30-poster.png
|
- images/blog/hugo-30-poster.png
|
||||||
---
|
---
|
@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2017-10-19T00:00:00+02:00
|
date: 2017-10-19T00:00:00+02:00
|
||||||
title: "0.30.1: Two Important Bugfixes!"
|
title: "Hugo 0.30.1: Two Important Bugfixes!"
|
||||||
description: "Fixes `hugo -w` and validator-broken Sitemap."
|
description: "Fixes `hugo -w` and validator-broken Sitemap."
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
slug: 0.30.1-relnotes
|
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
||||||
---
|
---
|
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2017-10-19T12:00:00+02:00
|
date: 2017-10-19T12:00:00+02:00
|
||||||
title: "0.30.2: One More Bugfix"
|
title: "Hugo 0.30.2: One More Bugfix"
|
||||||
description: "Fixes Fast Render mode when having sub-path in `baseURL`."
|
description: "Fixes Fast Render mode when having sub-path in `baseURL`."
|
||||||
slug: "0.30.2"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -3,7 +3,6 @@
|
|||||||
date: 2017-11-20
|
date: 2017-11-20
|
||||||
title: "Hugo 0.31: Language Multihost Edition!"
|
title: "Hugo 0.31: Language Multihost Edition!"
|
||||||
description: "Hugo 0.31: Multihost, smart union static dirs, and more ..."
|
description: "Hugo 0.31: Multihost, smart union static dirs, and more ..."
|
||||||
slug: "0.31-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-31-poster.png
|
- images/blog/hugo-31-poster.png
|
@ -3,7 +3,6 @@
|
|||||||
date: 2017-11-27
|
date: 2017-11-27
|
||||||
title: "Hugo 0.31.1: One Bugfix!"
|
title: "Hugo 0.31.1: One Bugfix!"
|
||||||
description: "Fixes broken `--appendPort=false`."
|
description: "Fixes broken `--appendPort=false`."
|
||||||
slug: "0.31.1"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -3,7 +3,6 @@
|
|||||||
date: 2017-12-31
|
date: 2017-12-31
|
||||||
title: "Hugo 0.32: Page Bundles and Image Processing!"
|
title: "Hugo 0.32: Page Bundles and Image Processing!"
|
||||||
description: "Images and other resources with page-relative links, resize, scale and crop images, and much more."
|
description: "Images and other resources with page-relative links, resize, scale and crop images, and much more."
|
||||||
slug: "0.32-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-32-poster.png
|
- images/blog/hugo-32-poster.png
|
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-01-02
|
date: 2018-01-02
|
||||||
title: "0.32.1: Two bugfixes"
|
title: "Hugo 0.32.1: Two bugfixes"
|
||||||
description: "Fixes image processing in shortcodes."
|
description: "Fixes image processing in shortcodes."
|
||||||
slug: "0.32.1-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-01-03
|
date: 2018-01-03
|
||||||
title: "0.32.2: One bugfix"
|
title: "Hugo 0.32.2: One bugfix"
|
||||||
description: "Fixes one issue with publishing of processed images when no cache."
|
description: "Fixes one issue with publishing of processed images when no cache."
|
||||||
slug: "0.32.2-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -3,7 +3,6 @@
|
|||||||
date: 2018-01-08
|
date: 2018-01-08
|
||||||
title: "Hugo 0.32.3: Some important bug fixes"
|
title: "Hugo 0.32.3: Some important bug fixes"
|
||||||
description: "Fixes multilingual resource (images etc.) handling etc."
|
description: "Fixes multilingual resource (images etc.) handling etc."
|
||||||
slug: "0.32.3-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-01-11
|
date: 2018-01-11
|
||||||
title: "0.32.4: Two bugfixes"
|
title: "Hugo 0.32.4: Two bugfixes"
|
||||||
description: "Fixes non-ASCII path handling for Page resources."
|
description: "Fixes non-ASCII path handling for Page resources."
|
||||||
slug: "0.32.4-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -3,7 +3,6 @@
|
|||||||
date: 2018-02-15
|
date: 2018-02-15
|
||||||
title: "Hugo 0.36.1: One Bugfix"
|
title: "Hugo 0.36.1: One Bugfix"
|
||||||
description: "Fixes a multi-thread image processing issue."
|
description: "Fixes a multi-thread image processing issue."
|
||||||
slug: "0.36.1-relnotes"
|
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
- images/blog/hugo-bug-poster.png
|
- images/blog/hugo-bug-poster.png
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-04-02
|
date: 2018-04-02
|
||||||
title: "The Easter Egg Edition"
|
title: "Hugo 0.38: The Easter Egg Edition"
|
||||||
description: "Hugo 0.38: Date and slug from filenames, multiple content dirs, config from themes, language merge func …"
|
description: "Hugo 0.38: Date and slug from filenames, multiple content dirs, config from themes, language merge func …"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-04-05
|
date: 2018-04-05
|
||||||
title: "Some Live Reload Fixes"
|
title: "Hugo 0.38.1: Some Live Reload Fixes"
|
||||||
description: "Hugo 0.38.1 fixes some live reload issues introduced in 0.38."
|
description: "Hugo 0.38.1 fixes some live reload issues introduced in 0.38."
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
images:
|
images:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-04-16
|
date: 2018-04-16
|
||||||
title: "The Nat King Cole Stabilizer Edition"
|
title: "Hugo 0.39: The Nat King Cole Stabilizer Edition"
|
||||||
description: "Hugo 0.39: Rewrite of the /commands package, `Resource.Content`, several new template funcs, and more …"
|
description: "Hugo 0.39: Rewrite of the /commands package, `Resource.Content`, several new template funcs, and more …"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2018-04-23
|
date: 2018-04-23
|
||||||
title: "The Revival of the Shortcodes"
|
title: "Hugo 0.40: The Revival of the Shortcodes"
|
||||||
description: "Hugo 0.40: Shortcodes with `.Content` (almost) always available, processed in order of appearance, several new template funcs …"
|
description: "Hugo 0.40: Shortcodes with `.Content` (almost) always available, processed in order of appearance, several new template funcs …"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user