initial commit

This commit is contained in:
2025-02-19 00:16:57 +01:00
parent 1d9cd91fcd
commit d89698593b
1293 changed files with 55933 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
## 3.0.0 (2022-02-22)
### Enhancements
- [**feature**] variant: build a variant generator [#188](https://github.com/McShelby/hugo-theme-relearn/issues/188)
- [**feature**] nav: only show toc if the page has headings [#182](https://github.com/McShelby/hugo-theme-relearn/issues/182)
- [**feature**][**breaking**] theme: change default colors to Relearn defaults [#181](https://github.com/McShelby/hugo-theme-relearn/issues/181)
- [**feature**] variant: add a variant selector [#178](https://github.com/McShelby/hugo-theme-relearn/issues/178)
- [**feature**][**breaking**] menu: rework footer UX [#177](https://github.com/McShelby/hugo-theme-relearn/issues/177)
- [**feature**] theme: support for dark mode [#175](https://github.com/McShelby/hugo-theme-relearn/issues/175)
- [**feature**] docs: use light syntax highlighting theme [#174](https://github.com/McShelby/hugo-theme-relearn/issues/174)
- [**feature**] notice: tweak dull colors [#173](https://github.com/McShelby/hugo-theme-relearn/issues/173)
- [**feature**] theme: rework header UX [#151](https://github.com/McShelby/hugo-theme-relearn/issues/151)
### Fixes
- [**bug**] search: remove additional X in filled out search box in IE11 [#190](https://github.com/McShelby/hugo-theme-relearn/issues/190)
- [**bug**] clipboard: localize tooltips [#186](https://github.com/McShelby/hugo-theme-relearn/issues/186)
- [**bug**] print: hide sidebar on Mac [#183](https://github.com/McShelby/hugo-theme-relearn/issues/183)
- [**bug**] menu: fix scrollbar height [#180](https://github.com/McShelby/hugo-theme-relearn/issues/180)
- [**bug**][**change**] search: fix color change for icons on hover [#176](https://github.com/McShelby/hugo-theme-relearn/issues/176)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
## 3.0.1 (2022-02-23)
### Enhancements
- [**feature**] children: set containerstyle automatically according to style [#192](https://github.com/McShelby/hugo-theme-relearn/issues/192)
### Fixes
- [**bug**] theme: revert fontawsome to version 5 for IE11 compat [#191](https://github.com/McShelby/hugo-theme-relearn/issues/191)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,5 @@
## 3.0.2 (2022-02-23)
### Enhancements
- [**feature**] tags: sort by name [#193](https://github.com/McShelby/hugo-theme-relearn/issues/193)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,11 @@
## 3.0.3 (2022-02-23)
### Enhancements
- [**feature**] tags: show tag count in taxonomy list [#195](https://github.com/McShelby/hugo-theme-relearn/issues/195)
### Fixes
- [**bug**] theme: remove Hugo build warning if page is not file based [#197](https://github.com/McShelby/hugo-theme-relearn/issues/197)
- [**bug**] tags: adhere to titleSeparator [#196](https://github.com/McShelby/hugo-theme-relearn/issues/196)
- [**bug**] theme: hide footer divider and variant selector in IE11 [#194](https://github.com/McShelby/hugo-theme-relearn/issues/194)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,14 @@
## 3.0.4 (2022-02-24)
### Enhancements
- [**feature**] theme: improve font loading [#201](https://github.com/McShelby/hugo-theme-relearn/issues/201)
- [**feature**][**change**] variant: fix inconsistent color variable naming [#200](https://github.com/McShelby/hugo-theme-relearn/issues/200)
### Fixes
- [**bug**] variant: fix occasional fail when resetting generator [#208](https://github.com/McShelby/hugo-theme-relearn/issues/208)
- [**bug**] docs: don't move header on logo hover in IE11 [#207](https://github.com/McShelby/hugo-theme-relearn/issues/207)
- [**bug**] variant: avoid flash of menu header when non default variant is active [#206](https://github.com/McShelby/hugo-theme-relearn/issues/206)
- [**bug**] theme: fix wrong HTML closing tag order in chapters [#205](https://github.com/McShelby/hugo-theme-relearn/issues/205)
- [**bug**] theme: adjust breadcrumb and title for empty home page titles [#202](https://github.com/McShelby/hugo-theme-relearn/issues/202)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 3.0"
type = "changelog"
weight = -0
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 3.0"
type = "changelog"
weight = -0
+++
{{< piratify >}}

View File

@@ -0,0 +1,12 @@
## 3.1.0 (2022-03-15)
### Enhancements
- [**feature**] notice: add icon parameter [#212](https://github.com/McShelby/hugo-theme-relearn/issues/212)
- [**feature**] mobile: remove breadcrumb ellipsis [#211](https://github.com/McShelby/hugo-theme-relearn/issues/211)
### Fixes
- [**bug**] theme: make storage of multiple Hugo sites on same server distinct [#214](https://github.com/McShelby/hugo-theme-relearn/issues/214)
- [**bug**] variant: switch breadcrumb color in Chrome [#213](https://github.com/McShelby/hugo-theme-relearn/issues/213)
- [**bug**] mobile: improve behavior of sidebar menu [#210](https://github.com/McShelby/hugo-theme-relearn/issues/210)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,5 @@
## 3.1.1 (2022-03-16)
### Enhancements
- [**feature**] i18n: add Korean translation [#217](https://github.com/McShelby/hugo-theme-relearn/issues/217)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 3.1"
type = "changelog"
weight = -1
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 3.1"
type = "changelog"
weight = -1
+++
{{< piratify >}}

View File

@@ -0,0 +1,10 @@
## 3.2.0 (2022-03-19)
### Enhancements
- [**feature**][**change**] mermaid: support differing themes for color variant switch [#219](https://github.com/McShelby/hugo-theme-relearn/issues/219)
- [**feature**] mermaid: load javascript on demand [#218](https://github.com/McShelby/hugo-theme-relearn/issues/218)
### Maintenance
- [**task**] mermaid: update to 8.14.0 [#220](https://github.com/McShelby/hugo-theme-relearn/issues/220)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,7 @@
## 3.2.1 (2022-03-25)
### Fixes
- [**bug**] print: fix minor inconsistencies [#225](https://github.com/McShelby/hugo-theme-relearn/issues/225)
- [**bug**] print: show more than just the title page [#224](https://github.com/McShelby/hugo-theme-relearn/issues/224)
- [**bug**] theme: align content scrollbar to the right on big screens [#223](https://github.com/McShelby/hugo-theme-relearn/issues/223)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 3.2"
type = "changelog"
weight = -2
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 3.2"
type = "changelog"
weight = -2
+++
{{< piratify >}}

View File

@@ -0,0 +1,10 @@
## 3.3.0 (2022-03-28)
### Enhancements
- [**feature**] theme: add CSS font variables [#227](https://github.com/McShelby/hugo-theme-relearn/issues/227)
- [**feature**] swagger: add support for oas/swagger documentation [#226](https://github.com/McShelby/hugo-theme-relearn/issues/226)
### Fixes
- [**bug**] variant: make variant switch work on slow networks [#228](https://github.com/McShelby/hugo-theme-relearn/issues/228)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 3.3"
type = "changelog"
weight = -3
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 3.3"
type = "changelog"
weight = -3
+++
{{< piratify >}}

View File

@@ -0,0 +1,12 @@
## 3.4.0 (2022-04-03)
### Enhancements
- [**feature**] i18n: add Traditional Chinese translation [#233](https://github.com/McShelby/hugo-theme-relearn/issues/233)
- [**feature**] menu: expand/collapse menu items without navigation [#231](https://github.com/McShelby/hugo-theme-relearn/issues/231)
- [**feature**] print: add option to print whole chapter [#230](https://github.com/McShelby/hugo-theme-relearn/issues/230)
- [**feature**][**breaking**] theme: apply user supplied content footer below content [#229](https://github.com/McShelby/hugo-theme-relearn/issues/229)
### Fixes
- [**bug**] theme: scroll to heading on initial load [#232](https://github.com/McShelby/hugo-theme-relearn/issues/232)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,5 @@
## 3.4.1 (2022-04-03)
### Fixes
- [**bug**] theme: fix IE11 incompatibilities [#234](https://github.com/McShelby/hugo-theme-relearn/issues/234)

View File

@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View File

@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 3.4"
type = "changelog"
weight = -4
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 3.4"
type = "changelog"
weight = -4
+++
{{< piratify >}}

View File

@@ -0,0 +1,8 @@
+++
disableToc = false
title = "Version 3"
type = "changelog"
weight = -3
+++
{{% pages showhidden="true" showdivider="true" %}}

View File

@@ -0,0 +1,7 @@
+++
disableToc = false
title = "Version 3"
type = "changelog"
weight = -3
+++
{{< piratify >}}