mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
build: manually fixing releasenotes and changelog
This commit is contained in:
parent
72a36ea6e7
commit
179369e4b4
4 changed files with 28 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,12 +2,24 @@
|
|||
|
||||
## 7.0.0 (2024-10-13)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] logo: move Relearn logo to exampleSite [#924](https://github.com/McShelby/hugo-theme-relearn/issues/924)
|
||||
- [**feature**][**change**] math: adhere to Hugo's default config params [#923](https://github.com/McShelby/hugo-theme-relearn/issues/923)
|
||||
- [**feature**][**change**] theme: replace font [#922](https://github.com/McShelby/hugo-theme-relearn/issues/922)
|
||||
- [**feature**][**breaking**] theme: reduce build time [#685](https://github.com/McShelby/hugo-theme-relearn/issues/685)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] theme: remove author deprecation warning [#919](https://github.com/McShelby/hugo-theme-relearn/issues/919)
|
||||
- [**task**] theme: remove deprecation waring for usage of .Sites.First [#912](https://github.com/McShelby/hugo-theme-relearn/issues/912)
|
||||
- [**task**][**breaking**] theme: restructure code [#891](https://github.com/McShelby/hugo-theme-relearn/issues/891)
|
||||
- [**task**][**breaking**] search: improve generation of dedicated search page [#888](https://github.com/McShelby/hugo-theme-relearn/issues/888)
|
||||
- [**task**] theme: remove warning for usage of .Site.IsMultiLingual [#877](https://github.com/McShelby/hugo-theme-relearn/issues/877)
|
||||
- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715)
|
||||
|
||||
---
|
||||
|
|
|
@ -1,9 +1,21 @@
|
|||
## 7.0.0 (2024-10-13)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] logo: move Relearn logo to exampleSite [#924](https://github.com/McShelby/hugo-theme-relearn/issues/924)
|
||||
- [**feature**][**change**] math: adhere to Hugo's default config params [#923](https://github.com/McShelby/hugo-theme-relearn/issues/923)
|
||||
- [**feature**][**change**] theme: replace font [#922](https://github.com/McShelby/hugo-theme-relearn/issues/922)
|
||||
- [**feature**][**breaking**] theme: reduce build time [#685](https://github.com/McShelby/hugo-theme-relearn/issues/685)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] theme: remove author deprecation warning [#919](https://github.com/McShelby/hugo-theme-relearn/issues/919)
|
||||
- [**task**] theme: remove deprecation waring for usage of .Sites.First [#912](https://github.com/McShelby/hugo-theme-relearn/issues/912)
|
||||
- [**task**][**breaking**] theme: restructure code [#891](https://github.com/McShelby/hugo-theme-relearn/issues/891)
|
||||
- [**task**][**breaking**] search: improve generation of dedicated search page [#888](https://github.com/McShelby/hugo-theme-relearn/issues/888)
|
||||
- [**task**] theme: remove warning for usage of .Site.IsMultiLingual [#877](https://github.com/McShelby/hugo-theme-relearn/issues/877)
|
||||
- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 7.0.0"
|
||||
title = "Version 7.0"
|
||||
type = "releasenotes"
|
||||
weight = -0
|
||||
+++
|
||||
|
@ -47,7 +47,7 @@ weight = -0
|
|||
|
||||
See the [updated documentation](configuration/sidebar/search) for reference.
|
||||
|
||||
## 7.0.0 (2024-10-13) {#7-0-0}
|
||||
## Change
|
||||
|
||||
- {{% 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`.
|
||||
|
||||
## 7.0.0 (2024-10-13) {#7-0-0}
|
||||
## New
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The docs received a much-needed overhaul for all chapters.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.0.0
|
||||
7.0.0+72a36ea6e73e5941fb92069356655d9913bfb4b4
|
Loading…
Reference in a new issue