mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Ship tag 7.0.0
This commit is contained in:
parent
cb2e82861e
commit
72a36ea6e7
9 changed files with 63 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.0.0 (2024-10-13)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926)
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 6.4.1 (2024-10-11)
|
## 6.4.1 (2024-10-11)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
9
exampleSite/content/introduction/changelog/7/0/000.en.md
Normal file
9
exampleSite/content/introduction/changelog/7/0/000.en.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
## 7.0.0 (2024-10-13)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926)
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715)
|
|
@ -0,0 +1,3 @@
|
||||||
|
+++
|
||||||
|
+++
|
||||||
|
{{< piratify >}}
|
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
disableToc = false
|
||||||
|
hidden = true
|
||||||
|
title = "Version 7.0"
|
||||||
|
type = "changelog"
|
||||||
|
weight = -0
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
|
@ -0,0 +1,8 @@
|
||||||
|
+++
|
||||||
|
disableToc = false
|
||||||
|
hidden = true
|
||||||
|
title = "Version 7.0"
|
||||||
|
type = "changelog"
|
||||||
|
weight = -0
|
||||||
|
+++
|
||||||
|
{{< piratify >}}
|
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
disableToc = false
|
||||||
|
hidden = true
|
||||||
|
title = "Version 7"
|
||||||
|
type = "changelog"
|
||||||
|
weight = -7
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% pages showhidden="true" showdivider="true" %}}
|
|
@ -0,0 +1,8 @@
|
||||||
|
+++
|
||||||
|
disableToc = false
|
||||||
|
hidden = true
|
||||||
|
title = "Version 7"
|
||||||
|
type = "changelog"
|
||||||
|
weight = -7
|
||||||
|
+++
|
||||||
|
{{< piratify >}}
|
|
@ -1,12 +1,12 @@
|
||||||
+++
|
+++
|
||||||
disableToc = false
|
disableToc = false
|
||||||
hidden = true
|
hidden = true
|
||||||
title = "Version 7.0"
|
title = "Version 7.0.0"
|
||||||
type = "releasenotes"
|
type = "releasenotes"
|
||||||
weight = -0
|
weight = -0
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## 7.0.0.beta (XXXX-XX-XX) {#7-0-0}
|
## 7.0.0 (2024-10-13) {#7-0-0}
|
||||||
|
|
||||||
### Hugo 0.126.0
|
### Hugo 0.126.0
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ weight = -0
|
||||||
|
|
||||||
See the [updated documentation](configuration/sidebar/search) for reference.
|
See the [updated documentation](configuration/sidebar/search) for reference.
|
||||||
|
|
||||||
## Change
|
## 7.0.0 (2024-10-13) {#7-0-0}
|
||||||
|
|
||||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} Once again, the theme changed the font. We switched to the excellent [Roboto Flex](https://github.com/googlefonts/roboto-flex) font.
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} Once again, the theme changed the font. We switched to the excellent [Roboto Flex](https://github.com/googlefonts/roboto-flex) font.
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ weight = -0
|
||||||
|
|
||||||
In addition, the default text for the logo partial is now [taken from the `linkTitle` setting](configuration/sidebar/headerfooter#title) of your `hugo.toml`.
|
In addition, the default text for the logo partial is now [taken from the `linkTitle` setting](configuration/sidebar/headerfooter#title) of your `hugo.toml`.
|
||||||
|
|
||||||
## New
|
## 7.0.0 (2024-10-13) {#7-0-0}
|
||||||
|
|
||||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The docs received a much-needed overhaul for all chapters.
|
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The docs received a much-needed overhaul for all chapters.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
6.4.0+a68b5ec4d1b9a246993bb82840cdaeeeb44ff109
|
7.0.0
|
Loading…
Reference in a new issue