Permalink
Please
sign in to comment.
Browse files
Squashed 'docs/' changes from 0f2bf19..13097da
13097da Update shortcode docs vs 0.55 9a7e192 Update URL docs for relative URLs etc bd58dd8 Adjust Output Formats docs f3e9fbc Document output format `permalinkable` 3778ce6 Update partials.md 7b207a4 Partial: Update variable name in example 7d7b1f0 Document partials returning a value. 7ae93b7 Merge branch 'temp552' 81910d2 releaser: Add release notes to /docs for release of 0.55.2 c166cef Fix typo 23adeb6 Point mmark links to its new repository 369a873 Merge branch 'temp551' eb6097e Bump to 0.55.1 766ee61 releaser: Add release notes to /docs for release of 0.55.1 a5a5f5d Start of taxonomy docs update for Hugo 0.55 fb5f75e Remove the space in `. RelPermalink` git-subtree-dir: docs git-subtree-split: 13097da
- Loading branch information
Showing
with
258 additions
and 93 deletions.
- +2 −3 content/en/content-management/formats.md
- +5 −2 content/en/content-management/shortcodes.md
- +3 −11 content/en/content-management/taxonomies.md
- +20 −2 content/en/content-management/urls.md
- +0 −3 content/en/getting-started/configuration.md
- +37 −38 content/en/getting-started/usage.md
- +53 −0 content/en/news/0.55.1-relnotes/index.md
- +51 −0 content/en/news/0.55.2-relnotes/index.md
- +21 −5 content/en/templates/output-formats.md
- +41 −1 content/en/templates/partials.md
- +20 −23 content/en/templates/taxonomy-templates.md
- +1 −1 content/en/variables/page.md
- +4 −4 netlify.toml
@@ -0,0 +1,53 @@ | ||
|
||
--- | ||
date: 2019-04-12 | ||
title: "0.55.1: 3 Bug Fixes" | ||
description: "Fixes 3 issues introduced in 0.55.0." | ||
categories: ["Releases"] | ||
images: | ||
- images/blog/hugo-bug-poster.png | ||
|
||
--- | ||
|
||
|
||
|
||
This is a bug-fix release with a couple of important fixes. | ||
|
||
|
||
Hugo now has: | ||
|
||
* 34225+ [stars](https://github.com/gohugoio/hugo/stargazers) | ||
* 439+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) | ||
* 307+ [themes](http://themes.gohugo.io/) | ||
|
||
|
||
## Notes | ||
|
||
* Replace deprecated .GetParam usage [27a8049d](https://github.com/gohugoio/hugo/commit/27a8049da7996b703d02083182b84a002eae2599) [@bep](https://github.com/bep) [#5834](https://github.com/gohugoio/hugo/issues/5834) | ||
|
||
## Enhancements | ||
|
||
### Core | ||
|
||
* Add a test for parent's resources in shortcode [8d7607ae](https://github.com/gohugoio/hugo/commit/8d7607aed10b3fe7373126ff5fa7dae36c559d7f) [@bep](https://github.com/bep) [#5833](https://github.com/gohugoio/hugo/issues/5833) | ||
|
||
### Other | ||
|
||
* Remove the space in `. RelPermalink` [7966c0b5](https://github.com/gohugoio/hugo/commit/7966c0b5b7b2297527f8be9040b793de5e4e3f48) [@yihui](https://github.com/yihui) | ||
|
||
## Fixes | ||
|
||
### Core | ||
|
||
* Fix simple menu config [9e9a1f92](https://github.com/gohugoio/hugo/commit/9e9a1f92baf151f8d840d6b5b963945d1410ce25) [@bep](https://github.com/bep) | ||
|
||
### Other | ||
|
||
* Fix [4d425a86](https://github.com/gohugoio/hugo/commit/4d425a86f5c03a5cca27d4e0f99d61acbb938d80) [@bep](https://github.com/bep) | ||
* Fix paginator refresh on server change [f7375c49](https://github.com/gohugoio/hugo/commit/f7375c497239115cd30ae42af6b4d298e4e7ad7d) [@bep](https://github.com/bep) [#5838](https://github.com/gohugoio/hugo/issues/5838) | ||
* Fix .RSSLinke deprecation message [3b86b4a9](https://github.com/gohugoio/hugo/commit/3b86b4a9f5ce010c9714d813d5b8ecddda22c69f) [@bep](https://github.com/bep) [#4427](https://github.com/gohugoio/hugo/issues/4427) | ||
|
||
|
||
|
||
|
||
|
@@ -0,0 +1,51 @@ | ||
|
||
--- | ||
date: 2019-04-17 | ||
title: "Hugo 0.55.2: Some Important Bug Fixes" | ||
description: "Fixes some more issues introduced in Hugo 0.55.0." | ||
categories: ["Releases"] | ||
images: | ||
- images/blog/hugo-bug-poster.png | ||
|
||
--- | ||
|
||
|
||
|
||
This is a bug-fix release with a couple of important fixes. | ||
|
||
|
||
Hugo now has: | ||
|
||
* 34386+ [stars](https://github.com/gohugoio/hugo/stargazers) | ||
* 439+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) | ||
* 307+ [themes](http://themes.gohugo.io/) | ||
|
||
## Enhancements | ||
|
||
### Templates | ||
|
||
* Handle late transformation of templates [2957795f](https://github.com/gohugoio/hugo/commit/2957795f5276cc9bc8d438da2d7d9b61defea225) [@bep](https://github.com/bep) [#5865](https://github.com/gohugoio/hugo/issues/5865) | ||
|
||
### Core | ||
|
||
* Add more tests for Permalinkable [35f41834](https://github.com/gohugoio/hugo/commit/35f41834ea3a8799b9b7eda360cf8d30b1b727ba) [@bep](https://github.com/bep) [#5849](https://github.com/gohugoio/hugo/issues/5849) | ||
|
||
## Fixes | ||
|
||
### Core | ||
|
||
* Fix Pages reinitialization on rebuilds [9b17cbb6](https://github.com/gohugoio/hugo/commit/9b17cbb62a056ea7e26b1146cbf3ba42f5acf805) [@bep](https://github.com/bep) [#5833](https://github.com/gohugoio/hugo/issues/5833) | ||
* Fix shortcode namespace issue [56550d1e](https://github.com/gohugoio/hugo/commit/56550d1e449f45ebee398ac8a9e3b9818b3ee60e) [@bep](https://github.com/bep) [#5863](https://github.com/gohugoio/hugo/issues/5863) | ||
* Fix false WARNINGs in lang prefix check [7881b096](https://github.com/gohugoio/hugo/commit/7881b0965f8b83d03379e9ed102cd0c3bce297e2) [@bep](https://github.com/bep) [#5860](https://github.com/gohugoio/hugo/issues/5860) | ||
* Fix bundle resource publishing when multiple output formats [49d0a826](https://github.com/gohugoio/hugo/commit/49d0a82641581aa7dd66b9d5e8c7d75e23260083) [@bep](https://github.com/bep) [#5858](https://github.com/gohugoio/hugo/issues/5858) | ||
* Fix panic for unused taxonomy content files [b799b12f](https://github.com/gohugoio/hugo/commit/b799b12f4a693dfeae8a5a362f131081a727bb8f) [@bep](https://github.com/bep) [#5847](https://github.com/gohugoio/hugo/issues/5847) | ||
* Fix dates for sections with dates in front matter [70148672](https://github.com/gohugoio/hugo/commit/701486728e21bc0c6c78c2a8edb988abdf6116c7) [@bep](https://github.com/bep) [#5854](https://github.com/gohugoio/hugo/issues/5854) | ||
|
||
### Other | ||
|
||
* Fix WeightedPages in union etc. [f2795d4d](https://github.com/gohugoio/hugo/commit/f2795d4d2cef30170af43327f3ff7114923833b1) [@bep](https://github.com/bep) [#5850](https://github.com/gohugoio/hugo/issues/5850) | ||
|
||
|
||
|
||
|
||
|

Oops, something went wrong.
0 comments on commit
a0c28c9