Move some release notes to bundles to test the resource setup

This commit is contained in:
Bjørn Erik Pedersen 2018-01-31 15:50:16 +01:00
parent 34f2a41f2a
commit eabe7a40b7
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
6 changed files with 1 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -3,11 +3,7 @@
date: 2018-01-18 date: 2018-01-18
title: "Hugo 0.33: The New Kinder Surprise!" title: "Hugo 0.33: The New Kinder Surprise!"
description: "Hugo 0.33 comes with resource (images etc.) metadata, `type` and `layout` for all page types, `url` in front matter for list pages …" description: "Hugo 0.33 comes with resource (images etc.) metadata, `type` and `layout` for all page types, `url` in front matter for list pages …"
slug: "0.33-relnotes"
categories: ["Releases"] categories: ["Releases"]
images:
- images/blog/hugo-33-poster.png
--- ---
Hugo `0.33` is the first main Hugo release of the new year, and it is safe to say that [@bep](https://github.com/bep) has turned off his lazy Christmas mode :smiley: Hugo `0.33` is the first main Hugo release of the new year, and it is safe to say that [@bep](https://github.com/bep) has turned off his lazy Christmas mode :smiley:

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -2,11 +2,7 @@
--- ---
date: 2018-01-22 date: 2018-01-22
title: "Hugo 0.34: Pattern matching to filter images and other resources" title: "Hugo 0.34: Pattern matching to filter images and other resources"
description: "Hugo 0.34 adds full glob with super-asterisk support, for example `*.jpg`." description: "Hugo 0.34 acategories: ["Releases"]
slug: "0.34-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-34-poster.png
--- ---