mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: migration honing
This commit is contained in:
parent
b2a91ca5cc
commit
ec3c6616c0
1 changed files with 5 additions and 5 deletions
|
@ -32,23 +32,23 @@ This document shows you what's new in the latest release and flags it with one o
|
|||
--CODE-theme: monokai;
|
||||
````
|
||||
|
||||
- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now been ignored.
|
||||
- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now be ignored.
|
||||
|
||||
With the newly introduces unified handling of descriptions throughout the theme, the only place the old parameter would have been used was your home page.
|
||||
With the newly introduced unified handling of descriptions throughout the theme, the only place the old parameter would have been used was your home page.
|
||||
|
||||
For migration, move the `description` parameter of your `hugo.toml` into the frontmatter section of your home page.
|
||||
|
||||
- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` is now unsupported in favor for Hugo’s own `linkTitle`.
|
||||
|
||||
Additionally, if set `linkTitle` will now be used instead of `title` to generate the breadcrumb.
|
||||
Additionally, if set, `linkTitle` will now be used instead of `title` to generate the breadcrumb.
|
||||
|
||||
- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped.
|
||||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} Removing support for Internet Explorer 11 allowed to upgrade Font Awesome to version 6.5.2.
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} Wit the removal of support for Internet Explorer 11, Font Awesome was upgraded to version 6.5.2.
|
||||
|
||||
You may experience slight changes for some icons. In addition you have additional ~1700 icons [to chose](https://fontawesome.com/v6/search?m=free) from.
|
||||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`children` shortcode](shortcodes/children) was fixed to adhere to its documentation generating the description based on this rule: When no description or summary exists for the page, the first 70 words of the content is taken.
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`children` shortcode](shortcodes/children) was fixed to adhere to its documentation, generating the description based on this rule: When no description or summary exists for the page, the first 70 words of the content is taken.
|
||||
|
||||
Previously, the summary erroneously was ignored which now can lead to different output if you set `description=true` as a parameter.
|
||||
|
||||
|
|
Loading…
Reference in a new issue