diff --git a/.grenrc.js b/.grenrc.js index e8212e5490..0a28906ad0 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -45,6 +45,6 @@ module.exports = { onlyMilestones: true, template: { group: "\n### {{heading}}\n", - release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `.x/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1$2' ) + `0)\n${body}`, + release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `.x/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1$2' ) + `0)\n${body}`, }, }; diff --git a/CHANGELOG.md b/CHANGELOG.md index 424e210cdb..f815f27a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.4.0 (2024-09-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#640) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#640) ### Enhancements @@ -34,7 +34,7 @@ ## 6.3.0 (2024-09-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#630) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#630) ### Enhancements @@ -57,7 +57,7 @@ ## 6.2.0 (2024-08-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#620) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#620) ### Enhancements @@ -76,7 +76,7 @@ ## 6.1.1 (2024-08-02) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) ### Fixes @@ -86,7 +86,7 @@ ## 6.1.0 (2024-08-02) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) ### Enhancements @@ -120,7 +120,7 @@ ## 6.0.0 (2024-04-27) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#600) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#600) ### Enhancements @@ -150,7 +150,7 @@ ## 5.27.0 (2024-04-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5270) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5270) ### Enhancements @@ -171,7 +171,7 @@ ## 5.26.2 (2024-03-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) ### Enhancements @@ -186,7 +186,7 @@ ## 5.26.1 (2024-03-17) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) ### Fixes @@ -198,7 +198,7 @@ ## 5.26.0 (2024-03-16) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) ### Enhancements @@ -221,7 +221,7 @@ ## 5.25.0 (2024-02-29) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5250) ### Enhancements @@ -236,7 +236,7 @@ ## 5.24.3 (2024-02-28) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) ### Fixes @@ -246,7 +246,7 @@ ## 5.24.2 (2024-02-24) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) ### Enhancements @@ -260,7 +260,7 @@ ## 5.24.1 (2024-02-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) ### Enhancements @@ -270,7 +270,7 @@ ## 5.24.0 (2024-02-17) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) ### Enhancements @@ -310,7 +310,7 @@ ## 5.23.2 (2023-11-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) ### Enhancements @@ -325,7 +325,7 @@ ## 5.23.1 (2023-10-30) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) ### Enhancements @@ -340,7 +340,7 @@ ## 5.23.0 (2023-10-29) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) ### Enhancements @@ -377,7 +377,7 @@ ## 5.22.1 (2023-10-02) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) ### Enhancements @@ -400,7 +400,7 @@ ## 5.22.0 (2023-09-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) ### Enhancements @@ -421,7 +421,7 @@ ## 5.21.0 (2023-09-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5210) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5210) ### Enhancements @@ -442,7 +442,7 @@ ## 5.20.0 (2023-08-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5200) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5200) ### Enhancements @@ -467,7 +467,7 @@ ## 5.19.0 (2023-08-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5190) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5190) ### Enhancements @@ -492,7 +492,7 @@ ## 5.18.0 (2023-07-27) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180) ### Enhancements @@ -516,7 +516,7 @@ ## 5.17.1 (2023-06-22) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) ### Enhancements @@ -526,7 +526,7 @@ ## 5.17.0 (2023-06-22) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) ### Enhancements @@ -542,7 +542,7 @@ ## 5.16.2 (2023-06-10) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) ### Enhancements @@ -552,7 +552,7 @@ ## 5.16.1 (2023-06-09) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) ### Enhancements @@ -567,7 +567,7 @@ ## 5.16.0 (2023-06-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) ### Enhancements @@ -587,7 +587,7 @@ ## 5.15.2 (2023-05-29) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) ### Enhancements @@ -601,7 +601,7 @@ ## 5.15.1 (2023-05-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) ### Fixes @@ -611,7 +611,7 @@ ## 5.15.0 (2023-05-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) ### Enhancements @@ -633,7 +633,7 @@ ## 5.14.3 (2023-05-20) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) ### Fixes @@ -643,7 +643,7 @@ ## 5.14.2 (2023-05-20) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) ### Fixes @@ -653,14 +653,14 @@ ## 5.14.1 (2023-05-20) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) *No changelog for this release.* --- ## 5.14.0 (2023-05-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) ### Enhancements @@ -679,7 +679,7 @@ ## 5.13.2 (2023-05-17) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) ### Fixes @@ -689,7 +689,7 @@ ## 5.13.1 (2023-05-16) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) ### Fixes @@ -699,7 +699,7 @@ ## 5.13.0 (2023-05-14) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) ### Enhancements @@ -713,7 +713,7 @@ ## 5.12.6 (2023-05-04) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Enhancements @@ -729,7 +729,7 @@ ## 5.12.5 (2023-03-28) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Fixes @@ -739,7 +739,7 @@ ## 5.12.4 (2023-03-24) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Fixes @@ -749,7 +749,7 @@ ## 5.12.3 (2023-03-14) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Fixes @@ -760,7 +760,7 @@ ## 5.12.2 (2023-03-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Fixes @@ -770,7 +770,7 @@ ## 5.12.1 (2023-02-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Enhancements @@ -784,7 +784,7 @@ ## 5.12.0 (2023-02-24) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) ### Enhancements @@ -811,7 +811,7 @@ ## 5.11.2 (2023-02-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) ### Fixes @@ -821,7 +821,7 @@ ## 5.11.1 (2023-02-06) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) ### Fixes @@ -831,7 +831,7 @@ ## 5.11.0 (2023-02-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) ### Enhancements @@ -860,7 +860,7 @@ ## 5.10.2 (2023-01-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) ### Fixes @@ -870,7 +870,7 @@ ## 5.10.1 (2023-01-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) ### Fixes @@ -880,7 +880,7 @@ ## 5.10.0 (2023-01-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) ### Enhancements @@ -897,7 +897,7 @@ ## 5.9.4 (2023-01-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) ### Fixes @@ -907,7 +907,7 @@ ## 5.9.3 (2023-01-22) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) ### Fixes @@ -922,7 +922,7 @@ ## 5.9.2 (2022-12-30) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) ### Fixes @@ -932,7 +932,7 @@ ## 5.9.1 (2022-12-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) ### Enhancements @@ -942,7 +942,7 @@ ## 5.9.0 (2022-12-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) ### Enhancements @@ -957,7 +957,7 @@ ## 5.8.1 (2022-12-11) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) ### Fixes @@ -967,7 +967,7 @@ ## 5.8.0 (2022-12-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) ### Enhancements @@ -984,7 +984,7 @@ ## 5.7.0 (2022-11-29) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#570) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#570) ### Enhancements @@ -1004,7 +1004,7 @@ ## 5.6.6 (2022-11-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Enhancements @@ -1019,7 +1019,7 @@ ## 5.6.5 (2022-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Fixes @@ -1029,7 +1029,7 @@ ## 5.6.4 (2022-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Fixes @@ -1039,7 +1039,7 @@ ## 5.6.3 (2022-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Fixes @@ -1049,7 +1049,7 @@ ## 5.6.2 (2022-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Fixes @@ -1059,7 +1059,7 @@ ## 5.6.1 (2022-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Fixes @@ -1069,7 +1069,7 @@ ## 5.6.0 (2022-11-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) ### Enhancements @@ -1097,7 +1097,7 @@ ## 5.5.3 (2022-11-10) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) ### Fixes @@ -1107,7 +1107,7 @@ ## 5.5.2 (2022-11-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) ### Fixes @@ -1118,7 +1118,7 @@ ## 5.5.1 (2022-11-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) ### Fixes @@ -1128,7 +1128,7 @@ ## 5.5.0 (2022-11-06) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) ### Enhancements @@ -1143,7 +1143,7 @@ ## 5.4.3 (2022-11-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) ### Enhancements @@ -1157,7 +1157,7 @@ ## 5.4.2 (2022-11-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) ### Maintenance @@ -1167,7 +1167,7 @@ ## 5.4.1 (2022-11-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) ### Fixes @@ -1177,7 +1177,7 @@ ## 5.4.0 (2022-11-01) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) ### Enhancements @@ -1192,7 +1192,7 @@ ## 5.3.3 (2022-10-09) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) ### Fixes @@ -1202,7 +1202,7 @@ ## 5.3.2 (2022-10-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) ### Fixes @@ -1212,7 +1212,7 @@ ## 5.3.1 (2022-10-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) ### Enhancements @@ -1223,7 +1223,7 @@ ## 5.3.0 (2022-10-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) ### Enhancements @@ -1243,7 +1243,7 @@ ## 5.2.4 (2022-10-02) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) ### Fixes @@ -1253,7 +1253,7 @@ ## 5.2.3 (2022-09-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) ### Fixes @@ -1263,7 +1263,7 @@ ## 5.2.2 (2022-08-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) ### Fixes @@ -1273,7 +1273,7 @@ ## 5.2.1 (2022-08-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) ### Enhancements @@ -1291,7 +1291,7 @@ ## 5.2.0 (2022-08-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) ### Enhancements @@ -1306,7 +1306,7 @@ ## 5.1.2 (2022-07-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) ### Fixes @@ -1317,7 +1317,7 @@ ## 5.1.1 (2022-07-15) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) ### Fixes @@ -1327,7 +1327,7 @@ ## 5.1.0 (2022-07-15) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) ### Enhancements @@ -1338,7 +1338,7 @@ ## 5.0.3 (2022-07-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) ### Fixes @@ -1348,7 +1348,7 @@ ## 5.0.2 (2022-07-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) ### Fixes @@ -1358,7 +1358,7 @@ ## 5.0.1 (2022-07-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) ### Enhancements @@ -1368,7 +1368,7 @@ ## 5.0.0 (2022-07-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) ### Enhancements @@ -1401,7 +1401,7 @@ ## 4.2.5 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) ### Fixes @@ -1413,7 +1413,7 @@ ## 4.2.4 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) ### Fixes @@ -1423,7 +1423,7 @@ ## 4.2.3 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) ### Fixes @@ -1433,21 +1433,21 @@ ## 4.2.2 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) *No changelog for this release.* --- ## 4.2.1 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) *No changelog for this release.* --- ## 4.2.0 (2022-06-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) ### Enhancements @@ -1464,7 +1464,7 @@ ## 4.1.1 (2022-06-18) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) ### Fixes @@ -1474,7 +1474,7 @@ ## 4.1.0 (2022-06-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) ### Enhancements @@ -1484,7 +1484,7 @@ ## 4.0.5 (2022-06-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) ### Fixes @@ -1495,7 +1495,7 @@ ## 4.0.4 (2022-06-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) ### Enhancements @@ -1516,7 +1516,7 @@ ## 4.0.3 (2022-06-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) ### Enhancements @@ -1526,7 +1526,7 @@ ## 4.0.2 (2022-06-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) ### Fixes @@ -1536,14 +1536,14 @@ ## 4.0.1 (2022-06-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) *No changelog for this release.* --- ## 4.0.0 (2022-06-05) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) ### Enhancements @@ -1570,7 +1570,7 @@ ## 3.4.1 (2022-04-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) ### Fixes @@ -1580,7 +1580,7 @@ ## 3.4.0 (2022-04-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) ### Enhancements @@ -1597,7 +1597,7 @@ ## 3.3.0 (2022-03-28) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#330) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#330) ### Enhancements @@ -1612,7 +1612,7 @@ ## 3.2.1 (2022-03-25) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) ### Fixes @@ -1624,7 +1624,7 @@ ## 3.2.0 (2022-03-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) ### Enhancements @@ -1639,7 +1639,7 @@ ## 3.1.1 (2022-03-16) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) ### Enhancements @@ -1649,7 +1649,7 @@ ## 3.1.0 (2022-03-15) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) ### Enhancements @@ -1666,7 +1666,7 @@ ## 3.0.4 (2022-02-24) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) ### Enhancements @@ -1685,7 +1685,7 @@ ## 3.0.3 (2022-02-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) ### Enhancements @@ -1701,7 +1701,7 @@ ## 3.0.2 (2022-02-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) ### Enhancements @@ -1711,7 +1711,7 @@ ## 3.0.1 (2022-02-23) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) ### Enhancements @@ -1725,7 +1725,7 @@ ## 3.0.0 (2022-02-22) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) ### Enhancements @@ -1751,7 +1751,7 @@ ## 2.9.6 (2022-02-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1761,7 +1761,7 @@ ## 2.9.5 (2022-02-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1771,7 +1771,7 @@ ## 2.9.4 (2022-02-06) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1781,7 +1781,7 @@ ## 2.9.3 (2022-02-06) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1791,7 +1791,7 @@ ## 2.9.2 (2021-11-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Enhancements @@ -1805,7 +1805,7 @@ ## 2.9.1 (2021-11-22) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1815,7 +1815,7 @@ ## 2.9.0 (2021-11-19) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) ### Fixes @@ -1830,7 +1830,7 @@ ## 2.8.3 (2021-11-09) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) ### Fixes @@ -1841,7 +1841,7 @@ ## 2.8.2 (2021-11-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) ### Fixes @@ -1851,7 +1851,7 @@ ## 2.8.1 (2021-11-04) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) ### Fixes @@ -1861,7 +1861,7 @@ ## 2.8.0 (2021-11-03) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) ### Enhancements @@ -1882,7 +1882,7 @@ ## 2.7.0 (2021-10-24) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#270) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#270) ### Enhancements @@ -1892,7 +1892,7 @@ ## 2.6.0 (2021-10-21) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#260) ### Fixes @@ -1902,7 +1902,7 @@ ## 2.5.1 (2021-10-12) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) ### Fixes @@ -1912,7 +1912,7 @@ ## 2.5.0 (2021-10-08) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) ### Enhancements @@ -1927,7 +1927,7 @@ ## 2.4.1 (2021-10-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) ### Fixes @@ -1937,7 +1937,7 @@ ## 2.4.0 (2021-10-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) ### Enhancements @@ -1964,7 +1964,7 @@ ## 2.3.2 (2021-09-20) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) ### Fixes @@ -1974,7 +1974,7 @@ ## 2.3.1 (2021-09-20) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) ### Fixes @@ -1984,7 +1984,7 @@ ## 2.3.0 (2021-09-13) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) ### Fixes @@ -1999,7 +1999,7 @@ ## 2.2.0 (2021-09-09) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#220) ### Enhancements @@ -2017,7 +2017,7 @@ ## 2.1.0 (2021-09-07) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#210) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#210) ### Enhancements @@ -2037,7 +2037,7 @@ ## 2.0.0 (2021-08-28) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#200) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#200) ### Enhancements @@ -2072,7 +2072,7 @@ ## 1.2.0 (2021-07-26) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#120) ### Enhancements @@ -2101,7 +2101,7 @@ ## 1.1.1 (2021-07-04) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) ### Maintenance @@ -2111,7 +2111,7 @@ ## 1.1.0 (2021-07-02) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) ### Enhancements @@ -2133,7 +2133,7 @@ ## 1.0.1 (2021-07-01) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) ### Maintenance @@ -2143,7 +2143,7 @@ ## 1.0.0 (2021-07-01) -[★ What's new in this release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) ### Maintenance diff --git a/README.md b/README.md index 13bdfc9f7c..9beb7fbba9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A theme for [Hugo](https://gohugo.io/) designed for documentation. -[★ What's new in the latest release ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) +[★ What's new in the latest version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) ![Image of the Relearn theme in light and dark mode on phone, tablet and desktop](https://github.com/McShelby/hugo-theme-relearn/raw/main/images/hero.png) @@ -61,9 +61,9 @@ The Relearn theme is a fork of the great [Learn theme](https://github.com/matcor For a detailed description of the theme's capabilities visit the [official documentation](https://mcshelby.github.io/hugo-theme-relearn/). -## Changelog +## Releasenotes & Changelog -See the [What's New](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) page for release highlights or the detailed [change history](https://mcshelby.github.io/hugo-theme-relearn/basics/history) for a complete list of changes. +See the [What's New](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes) page for release highlights or the detailed [changelog](https://mcshelby.github.io/hugo-theme-relearn/basics/history) for a complete list of changes. ## Contributions diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 9fe95b490d..3b6f83abc5 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -2,6 +2,12 @@ description = "A theme for Hugo designed for documentation." title = "Hugo Relearn Theme" type = "home" +[[cascade]] + [cascade._target] + path = "/basics/history/*/*/*" + [cascade.params] + [cascade.params._build] + render = "never" +++ {{% replaceRE "https://mcshelby.github.io/hugo-theme-relearn/" "" %}} {{< include "README.md" "true" >}} diff --git a/exampleSite/content/_index.pir.md b/exampleSite/content/_index.pir.md index 2648525a72..040cd57309 100644 --- a/exampleSite/content/_index.pir.md +++ b/exampleSite/content/_index.pir.md @@ -2,5 +2,11 @@ description = "A theme fer Cap'n Hugo designed fer documentat'n." title = "Cap'n Hugo Relearrrn Theme" type = "home" +[[cascade]] + [cascade._target] + path = "/basics/history/*/*/*" + [cascade.params] + [cascade.params._build] + render = "never" +++ {{< piratify true >}} \ No newline at end of file diff --git a/exampleSite/content/basics/history/1/0/000.en.md b/exampleSite/content/basics/history/1/0/000.en.md new file mode 100644 index 0000000000..0df99637b3 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/000.en.md @@ -0,0 +1,5 @@ +## 1.0.0 (2021-07-01) + +### Maintenance + +- [**task**] Fork project [#1](https://github.com/McShelby/hugo-theme-relearn/issues/1) diff --git a/exampleSite/content/basics/history/1/0/000.pir.md b/exampleSite/content/basics/history/1/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/0/001.en.md b/exampleSite/content/basics/history/1/0/001.en.md new file mode 100644 index 0000000000..0db980e222 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/001.en.md @@ -0,0 +1,5 @@ +## 1.0.1 (2021-07-01) + +### Maintenance + +- [**task**] Prepare for hugo showcase [#3](https://github.com/McShelby/hugo-theme-relearn/issues/3) diff --git a/exampleSite/content/basics/history/1/0/001.pir.md b/exampleSite/content/basics/history/1/0/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/0/_index.en.md b/exampleSite/content/basics/history/1/0/_index.en.md new file mode 100644 index 0000000000..14f63e3224 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/1/0/_index.pir.md b/exampleSite/content/basics/history/1/0/_index.pir.md new file mode 100644 index 0000000000..bbef64fbe8 --- /dev/null +++ b/exampleSite/content/basics/history/1/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/1/000.en.md b/exampleSite/content/basics/history/1/1/000.en.md new file mode 100644 index 0000000000..f7b3c73316 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/000.en.md @@ -0,0 +1,17 @@ +## 1.1.0 (2021-07-02) + +### Enhancements + +- [**feature**] mermaid: expose options in config.toml [#4](https://github.com/McShelby/hugo-theme-relearn/issues/4) + +### Fixes + +- [**bug**] mermaid: config option for CDN url not used [#12](https://github.com/McShelby/hugo-theme-relearn/issues/12) +- [**bug**] mermaid: only highlight text in HTML elements [#10](https://github.com/McShelby/hugo-theme-relearn/issues/10) +- [**bug**] mermaid: support pan & zoom for graphs [#9](https://github.com/McShelby/hugo-theme-relearn/issues/9) +- [**bug**] mermaid: code fences not always rendered [#6](https://github.com/McShelby/hugo-theme-relearn/issues/6) +- [**bug**] mermaid: search term on load may bomb chart [#5](https://github.com/McShelby/hugo-theme-relearn/issues/5) + +### Maintenance + +- [**task**] mermaid: update to 8.10.2 [#7](https://github.com/McShelby/hugo-theme-relearn/issues/7) diff --git a/exampleSite/content/basics/history/1/1/000.pir.md b/exampleSite/content/basics/history/1/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/1/001.en.md b/exampleSite/content/basics/history/1/1/001.en.md new file mode 100644 index 0000000000..374a8d6c20 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/001.en.md @@ -0,0 +1,5 @@ +## 1.1.1 (2021-07-04) + +### Maintenance + +- [**task**] theme: prepare for new hugo theme registration [#13](https://github.com/McShelby/hugo-theme-relearn/issues/13) diff --git a/exampleSite/content/basics/history/1/1/001.pir.md b/exampleSite/content/basics/history/1/1/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/1/_index.en.md b/exampleSite/content/basics/history/1/1/_index.en.md new file mode 100644 index 0000000000..c3c3ce81f7 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/1/1/_index.pir.md b/exampleSite/content/basics/history/1/1/_index.pir.md new file mode 100644 index 0000000000..ac1bca2bf9 --- /dev/null +++ b/exampleSite/content/basics/history/1/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/2/000.en.md b/exampleSite/content/basics/history/1/2/000.en.md new file mode 100644 index 0000000000..a0c0d8c8d3 --- /dev/null +++ b/exampleSite/content/basics/history/1/2/000.en.md @@ -0,0 +1,24 @@ +## 1.2.0 (2021-07-26) + +### Enhancements + +- [**feature**] theme: adjust copy-to-clipboard [#29](https://github.com/McShelby/hugo-theme-relearn/issues/29) +- [**feature**] attachments: adjust style between notice boxes and attachments [#28](https://github.com/McShelby/hugo-theme-relearn/issues/28) +- [**feature**] theme: adjust blockquote contrast [#27](https://github.com/McShelby/hugo-theme-relearn/issues/27) +- [**feature**] expand: add option to open on page load [#25](https://github.com/McShelby/hugo-theme-relearn/issues/25) +- [**feature**] expand: rework styling [#24](https://github.com/McShelby/hugo-theme-relearn/issues/24) +- [**feature**] attachments: sort output [#23](https://github.com/McShelby/hugo-theme-relearn/issues/23) +- [**feature**] notice: make restyling of notice boxes more robust [#20](https://github.com/McShelby/hugo-theme-relearn/issues/20) +- [**feature**] notice: fix contrast issues [#19](https://github.com/McShelby/hugo-theme-relearn/issues/19) +- [**feature**] notice: align box colors to common standards [#18](https://github.com/McShelby/hugo-theme-relearn/issues/18) +- [**feature**] notice: use distinct icons for notice box type [#17](https://github.com/McShelby/hugo-theme-relearn/issues/17) + +### Fixes + +- [**bug**] attachments: support i18n for attachment size [#21](https://github.com/McShelby/hugo-theme-relearn/issues/21) +- [**bug**] notice: support i18n for box labels [#16](https://github.com/McShelby/hugo-theme-relearn/issues/16) +- [**bug**] notice: support multiple blocks in one box [#15](https://github.com/McShelby/hugo-theme-relearn/issues/15) + +### Maintenance + +- [**task**] dependency: upgrade jquery to 3.6.0 [#30](https://github.com/McShelby/hugo-theme-relearn/issues/30) diff --git a/exampleSite/content/basics/history/1/2/000.pir.md b/exampleSite/content/basics/history/1/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/1/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/2/_index.en.md b/exampleSite/content/basics/history/1/2/_index.en.md new file mode 100644 index 0000000000..a3a24e84d2 --- /dev/null +++ b/exampleSite/content/basics/history/1/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/1/2/_index.pir.md b/exampleSite/content/basics/history/1/2/_index.pir.md new file mode 100644 index 0000000000..67095bbbcb --- /dev/null +++ b/exampleSite/content/basics/history/1/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/1/_index.en.md b/exampleSite/content/basics/history/1/_index.en.md new file mode 100644 index 0000000000..0cbce35a3f --- /dev/null +++ b/exampleSite/content/basics/history/1/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/1/_index.pir.md b/exampleSite/content/basics/history/1/_index.pir.md new file mode 100644 index 0000000000..8ff09fa141 --- /dev/null +++ b/exampleSite/content/basics/history/1/_index.pir.md @@ -0,0 +1,7 @@ ++++ +disableToc = false +title = "Version 1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/0/000.en.md b/exampleSite/content/basics/history/2/0/000.en.md new file mode 100644 index 0000000000..8e4346f1e7 --- /dev/null +++ b/exampleSite/content/basics/history/2/0/000.en.md @@ -0,0 +1,30 @@ +## 2.0.0 (2021-08-28) + +### Enhancements + +- [**feature**] tabs: enhance styling [#65](https://github.com/McShelby/hugo-theme-relearn/issues/65) +- [**feature**] theme: improve readability [#64](https://github.com/McShelby/hugo-theme-relearn/issues/64) +- [**feature**] menu: show hidden pages if accessed directly [#60](https://github.com/McShelby/hugo-theme-relearn/issues/60) +- [**feature**][**change**] theme: treat pages without title as hidden [#59](https://github.com/McShelby/hugo-theme-relearn/issues/59) +- [**feature**] search: show search results if field gains focus [#58](https://github.com/McShelby/hugo-theme-relearn/issues/58) +- [**feature**] theme: add partial templates for pre/post menu entries [#56](https://github.com/McShelby/hugo-theme-relearn/issues/56) +- [**feature**] theme: make chapter archetype more readable [#55](https://github.com/McShelby/hugo-theme-relearn/issues/55) +- [**feature**] children: add parameter for container style [#53](https://github.com/McShelby/hugo-theme-relearn/issues/53) +- [**feature**] theme: make content a template [#50](https://github.com/McShelby/hugo-theme-relearn/issues/50) +- [**feature**] menu: control menu expansion with alwaysopen parameter [#49](https://github.com/McShelby/hugo-theme-relearn/issues/49) +- [**feature**] include: new shortcode to include other files [#43](https://github.com/McShelby/hugo-theme-relearn/issues/43) +- [**feature**] theme: adjust print styles [#35](https://github.com/McShelby/hugo-theme-relearn/issues/35) +- [**feature**][**change**] code highlighter: switch to standard hugo highlighter [#32](https://github.com/McShelby/hugo-theme-relearn/issues/32) + +### Fixes + +- [**bug**][**change**] arrow-nav: default sorting ignores ordersectionsby [#63](https://github.com/McShelby/hugo-theme-relearn/issues/63) +- [**bug**][**change**] children: default sorting ignores ordersectionsby [#62](https://github.com/McShelby/hugo-theme-relearn/issues/62) +- [**bug**][**change**] arrow-nav: fix broken links on (and below) hidden pages [#61](https://github.com/McShelby/hugo-theme-relearn/issues/61) +- [**bug**] theme: remove superfluous singular taxonomy from taxonomy title [#46](https://github.com/McShelby/hugo-theme-relearn/issues/46) +- [**bug**][**change**] theme: missing --MENU-HOME-LINK-HOVER-color in documentation [#45](https://github.com/McShelby/hugo-theme-relearn/issues/45) +- [**bug**] theme: fix home link when base URL has some path [#44](https://github.com/McShelby/hugo-theme-relearn/issues/44) + +### Maintenance + +- [**task**] docs: include changelog in exampleSite [#33](https://github.com/McShelby/hugo-theme-relearn/issues/33) diff --git a/exampleSite/content/basics/history/2/0/000.pir.md b/exampleSite/content/basics/history/2/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/0/_index.en.md b/exampleSite/content/basics/history/2/0/_index.en.md new file mode 100644 index 0000000000..d3fe220649 --- /dev/null +++ b/exampleSite/content/basics/history/2/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/0/_index.pir.md b/exampleSite/content/basics/history/2/0/_index.pir.md new file mode 100644 index 0000000000..71fcf507c0 --- /dev/null +++ b/exampleSite/content/basics/history/2/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/1/000.en.md b/exampleSite/content/basics/history/2/1/000.en.md new file mode 100644 index 0000000000..a5596920ca --- /dev/null +++ b/exampleSite/content/basics/history/2/1/000.en.md @@ -0,0 +1,15 @@ +## 2.1.0 (2021-09-07) + +### Enhancements + +- [**feature**] search: open expand if it contains search term [#80](https://github.com/McShelby/hugo-theme-relearn/issues/80) +- [**feature**] menu: scroll active item into view [#79](https://github.com/McShelby/hugo-theme-relearn/issues/79) +- [**feature**] search: disable search in hidden pages [#76](https://github.com/McShelby/hugo-theme-relearn/issues/76) +- [**feature**] search: improve readability of index.json [#75](https://github.com/McShelby/hugo-theme-relearn/issues/75) +- [**feature**] search: increase performance [#74](https://github.com/McShelby/hugo-theme-relearn/issues/74) +- [**feature**] search: improve search context preview [#73](https://github.com/McShelby/hugo-theme-relearn/issues/73) + +### Fixes + +- [**bug**][**change**] search: hide non-site content [#81](https://github.com/McShelby/hugo-theme-relearn/issues/81) +- [**bug**] menu: always hide hidden sub pages [#77](https://github.com/McShelby/hugo-theme-relearn/issues/77) diff --git a/exampleSite/content/basics/history/2/1/000.pir.md b/exampleSite/content/basics/history/2/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/1/_index.en.md b/exampleSite/content/basics/history/2/1/_index.en.md new file mode 100644 index 0000000000..6ef1ac96d5 --- /dev/null +++ b/exampleSite/content/basics/history/2/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/1/_index.pir.md b/exampleSite/content/basics/history/2/1/_index.pir.md new file mode 100644 index 0000000000..22ca69f6ca --- /dev/null +++ b/exampleSite/content/basics/history/2/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/2/000.en.md b/exampleSite/content/basics/history/2/2/000.en.md new file mode 100644 index 0000000000..3fce087117 --- /dev/null +++ b/exampleSite/content/basics/history/2/2/000.en.md @@ -0,0 +1,13 @@ +## 2.2.0 (2021-09-09) + +### Enhancements + +- [**feature**] sitemap: hide hidden pages from sitemap and SEO indexing [#85](https://github.com/McShelby/hugo-theme-relearn/issues/85) + +### Fixes + +- [**bug**] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs [#86](https://github.com/McShelby/hugo-theme-relearn/issues/86) + +### Maintenance + +- [**task**] theme: switch from data-vocabulary to schema [#84](https://github.com/McShelby/hugo-theme-relearn/issues/84) diff --git a/exampleSite/content/basics/history/2/2/000.pir.md b/exampleSite/content/basics/history/2/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/2/_index.en.md b/exampleSite/content/basics/history/2/2/_index.en.md new file mode 100644 index 0000000000..a25c795547 --- /dev/null +++ b/exampleSite/content/basics/history/2/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/2/_index.pir.md b/exampleSite/content/basics/history/2/2/_index.pir.md new file mode 100644 index 0000000000..26819e1e92 --- /dev/null +++ b/exampleSite/content/basics/history/2/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/3/000.en.md b/exampleSite/content/basics/history/2/3/000.en.md new file mode 100644 index 0000000000..eab3c08501 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/000.en.md @@ -0,0 +1,10 @@ +## 2.3.0 (2021-09-13) + +### Fixes + +- [**bug**] theme: fix usage of section element [#88](https://github.com/McShelby/hugo-theme-relearn/issues/88) + +### Maintenance + +- [**task**] theme: ensure IE11 compatibility [#89](https://github.com/McShelby/hugo-theme-relearn/issues/89) +- [**task**] docs: Arrr! showcase multilang featurrre [#87](https://github.com/McShelby/hugo-theme-relearn/issues/87) diff --git a/exampleSite/content/basics/history/2/3/000.pir.md b/exampleSite/content/basics/history/2/3/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/3/001.en.md b/exampleSite/content/basics/history/2/3/001.en.md new file mode 100644 index 0000000000..4234a00b70 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/001.en.md @@ -0,0 +1,5 @@ +## 2.3.1 (2021-09-20) + +### Fixes + +- [**bug**] docs: rename english pirate translation to avoid crash on rendering [#90](https://github.com/McShelby/hugo-theme-relearn/issues/90) diff --git a/exampleSite/content/basics/history/2/3/001.pir.md b/exampleSite/content/basics/history/2/3/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/3/002.en.md b/exampleSite/content/basics/history/2/3/002.en.md new file mode 100644 index 0000000000..7b1b95f393 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/002.en.md @@ -0,0 +1,5 @@ +## 2.3.2 (2021-09-20) + +### Fixes + +- [**bug**] docs: rename history pirate translation [#91](https://github.com/McShelby/hugo-theme-relearn/issues/91) diff --git a/exampleSite/content/basics/history/2/3/002.pir.md b/exampleSite/content/basics/history/2/3/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/3/_index.en.md b/exampleSite/content/basics/history/2/3/_index.en.md new file mode 100644 index 0000000000..736e39b7d4 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.3" +type = "changelog" +weight = -3 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/3/_index.pir.md b/exampleSite/content/basics/history/2/3/_index.pir.md new file mode 100644 index 0000000000..a8d5700982 --- /dev/null +++ b/exampleSite/content/basics/history/2/3/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.3" +type = "changelog" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/4/000.en.md b/exampleSite/content/basics/history/2/4/000.en.md new file mode 100644 index 0000000000..00cda6ea5d --- /dev/null +++ b/exampleSite/content/basics/history/2/4/000.en.md @@ -0,0 +1,23 @@ +## 2.4.0 (2021-10-07) + +### Enhancements + +- [**feature**] lang: add vietnamese translation [#109](https://github.com/McShelby/hugo-theme-relearn/issues/109) +- [**feature**][**change**] theme: simplify stylesheet for color variants [#107](https://github.com/McShelby/hugo-theme-relearn/issues/107) +- [**feature**] hidden pages: remove from RSS feed, JSON, taxonomy etc [#102](https://github.com/McShelby/hugo-theme-relearn/issues/102) +- [**feature**] theme: announce alternative content in header [#101](https://github.com/McShelby/hugo-theme-relearn/issues/101) +- [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98) +- [**feature**] menu: frontmatter option to change sort predicate [#98](https://github.com/McShelby/hugo-theme-relearn/issues/98) +- [**feature**] menu: add default setting for menu expansion [#97](https://github.com/McShelby/hugo-theme-relearn/issues/97) +- [**feature**] theme: improve print style [#93](https://github.com/McShelby/hugo-theme-relearn/issues/93) +- [**feature**] theme: improve style [#92](https://github.com/McShelby/hugo-theme-relearn/issues/92) + +### Fixes + +- [**bug**] include: don't generate additional HTML if file should be displayed "as is" [#110](https://github.com/McShelby/hugo-theme-relearn/issues/110) +- [**bug**] attachments: fix broken links if multilang config is used [#105](https://github.com/McShelby/hugo-theme-relearn/issues/105) +- [**bug**] theme: fix sticky header to remove horizontal scrollbar [#82](https://github.com/McShelby/hugo-theme-relearn/issues/82) + +### Maintenance + +- [**task**] chore: update fontawesome [#94](https://github.com/McShelby/hugo-theme-relearn/issues/94) diff --git a/exampleSite/content/basics/history/2/4/000.pir.md b/exampleSite/content/basics/history/2/4/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/4/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/4/001.en.md b/exampleSite/content/basics/history/2/4/001.en.md new file mode 100644 index 0000000000..df5e6ff1c4 --- /dev/null +++ b/exampleSite/content/basics/history/2/4/001.en.md @@ -0,0 +1,5 @@ +## 2.4.1 (2021-10-07) + +### Fixes + +- [**bug**] theme: remove runtime styles from print [#111](https://github.com/McShelby/hugo-theme-relearn/issues/111) diff --git a/exampleSite/content/basics/history/2/4/001.pir.md b/exampleSite/content/basics/history/2/4/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/4/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/4/_index.en.md b/exampleSite/content/basics/history/2/4/_index.en.md new file mode 100644 index 0000000000..0820cd3021 --- /dev/null +++ b/exampleSite/content/basics/history/2/4/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/4/_index.pir.md b/exampleSite/content/basics/history/2/4/_index.pir.md new file mode 100644 index 0000000000..a820026aff --- /dev/null +++ b/exampleSite/content/basics/history/2/4/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.4" +type = "changelog" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/5/000.en.md b/exampleSite/content/basics/history/2/5/000.en.md new file mode 100644 index 0000000000..c34b76cb65 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/000.en.md @@ -0,0 +1,10 @@ +## 2.5.0 (2021-10-08) + +### Enhancements + +- [**feature**][**change**] syntax highlight: provide default colors for unknown languages [#113](https://github.com/McShelby/hugo-theme-relearn/issues/113) + +### Fixes + +- [**bug**] security: fix XSS for malicious URLs [#114](https://github.com/McShelby/hugo-theme-relearn/issues/114) +- [**bug**] menu: write correct local shortcut links [#112](https://github.com/McShelby/hugo-theme-relearn/issues/112) diff --git a/exampleSite/content/basics/history/2/5/000.pir.md b/exampleSite/content/basics/history/2/5/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/5/001.en.md b/exampleSite/content/basics/history/2/5/001.en.md new file mode 100644 index 0000000000..6ebffbbde0 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/001.en.md @@ -0,0 +1,5 @@ +## 2.5.1 (2021-10-12) + +### Fixes + +- [**bug**] security: fix XSS for malicious image URLs [#117](https://github.com/McShelby/hugo-theme-relearn/issues/117) diff --git a/exampleSite/content/basics/history/2/5/001.pir.md b/exampleSite/content/basics/history/2/5/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/5/_index.en.md b/exampleSite/content/basics/history/2/5/_index.en.md new file mode 100644 index 0000000000..27e183d5d6 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.5" +type = "changelog" +weight = -5 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/5/_index.pir.md b/exampleSite/content/basics/history/2/5/_index.pir.md new file mode 100644 index 0000000000..77b31dc708 --- /dev/null +++ b/exampleSite/content/basics/history/2/5/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.5" +type = "changelog" +weight = -5 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/6/000.en.md b/exampleSite/content/basics/history/2/6/000.en.md new file mode 100644 index 0000000000..beec83a697 --- /dev/null +++ b/exampleSite/content/basics/history/2/6/000.en.md @@ -0,0 +1,5 @@ +## 2.6.0 (2021-10-21) + +### Fixes + +- [**bug**] theme: generate correct links if theme served from subdirectory [#120](https://github.com/McShelby/hugo-theme-relearn/issues/120) diff --git a/exampleSite/content/basics/history/2/6/000.pir.md b/exampleSite/content/basics/history/2/6/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/6/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/6/_index.en.md b/exampleSite/content/basics/history/2/6/_index.en.md new file mode 100644 index 0000000000..c7ef506dbb --- /dev/null +++ b/exampleSite/content/basics/history/2/6/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.6" +type = "changelog" +weight = -6 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/6/_index.pir.md b/exampleSite/content/basics/history/2/6/_index.pir.md new file mode 100644 index 0000000000..a5e5d0ed50 --- /dev/null +++ b/exampleSite/content/basics/history/2/6/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.6" +type = "changelog" +weight = -6 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/7/000.en.md b/exampleSite/content/basics/history/2/7/000.en.md new file mode 100644 index 0000000000..4c6613e7af --- /dev/null +++ b/exampleSite/content/basics/history/2/7/000.en.md @@ -0,0 +1,5 @@ +## 2.7.0 (2021-10-24) + +### Enhancements + +- [**feature**] notice: support custom titles [#124](https://github.com/McShelby/hugo-theme-relearn/issues/124) diff --git a/exampleSite/content/basics/history/2/7/000.pir.md b/exampleSite/content/basics/history/2/7/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/7/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/7/_index.en.md b/exampleSite/content/basics/history/2/7/_index.en.md new file mode 100644 index 0000000000..7d54435644 --- /dev/null +++ b/exampleSite/content/basics/history/2/7/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.7" +type = "changelog" +weight = -7 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/7/_index.pir.md b/exampleSite/content/basics/history/2/7/_index.pir.md new file mode 100644 index 0000000000..cde3e020b1 --- /dev/null +++ b/exampleSite/content/basics/history/2/7/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.7" +type = "changelog" +weight = -7 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/8/000.en.md b/exampleSite/content/basics/history/2/8/000.en.md new file mode 100644 index 0000000000..e6252dabc6 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/000.en.md @@ -0,0 +1,16 @@ +## 2.8.0 (2021-11-03) + +### Enhancements + +- [**feature**] toc: make disableTOC globally available via config.toml [#133](https://github.com/McShelby/hugo-theme-relearn/issues/133) +- [**feature**] mermaid: only load javascript if necessary [#95](https://github.com/McShelby/hugo-theme-relearn/issues/95) +- [**feature**][**change**] theme: switch font [#83](https://github.com/McShelby/hugo-theme-relearn/issues/83) +- [**feature**] theme: make favicon configurable [#2](https://github.com/McShelby/hugo-theme-relearn/issues/2) + +### Fixes + +- [**bug**] mermaid: assert that window.mermaid is actually mermaid [#136](https://github.com/McShelby/hugo-theme-relearn/issues/136) +- [**bug**] menu: remove usage of Hugo's UniqueID [#131](https://github.com/McShelby/hugo-theme-relearn/issues/131) +- [**bug**] theme: reduce margin for children shortcode [#130](https://github.com/McShelby/hugo-theme-relearn/issues/130) +- [**bug**] theme: left-align h3 in chapters [#129](https://github.com/McShelby/hugo-theme-relearn/issues/129) +- [**bug**] theme: align copy link to clipboard [#128](https://github.com/McShelby/hugo-theme-relearn/issues/128) diff --git a/exampleSite/content/basics/history/2/8/000.pir.md b/exampleSite/content/basics/history/2/8/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/8/001.en.md b/exampleSite/content/basics/history/2/8/001.en.md new file mode 100644 index 0000000000..18670147f1 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/001.en.md @@ -0,0 +1,5 @@ +## 2.8.1 (2021-11-04) + +### Fixes + +- [**bug**] search: don't break JS in multilang setup if search is disabled [#140](https://github.com/McShelby/hugo-theme-relearn/issues/140) diff --git a/exampleSite/content/basics/history/2/8/001.pir.md b/exampleSite/content/basics/history/2/8/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/8/002.en.md b/exampleSite/content/basics/history/2/8/002.en.md new file mode 100644 index 0000000000..63e9105591 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/002.en.md @@ -0,0 +1,5 @@ +## 2.8.2 (2021-11-08) + +### Fixes + +- [**bug**] mermaid: always load javascript to avoid break if code fences are used [#142](https://github.com/McShelby/hugo-theme-relearn/issues/142) diff --git a/exampleSite/content/basics/history/2/8/002.pir.md b/exampleSite/content/basics/history/2/8/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/8/003.en.md b/exampleSite/content/basics/history/2/8/003.en.md new file mode 100644 index 0000000000..ee14f651d3 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/003.en.md @@ -0,0 +1,6 @@ +## 2.8.3 (2021-11-09) + +### Fixes + +- [**bug**] mermaid: let zoom reset to initial size [#145](https://github.com/McShelby/hugo-theme-relearn/issues/145) +- [**bug**] mermaid: remove whitespace from big graphs [#143](https://github.com/McShelby/hugo-theme-relearn/issues/143) diff --git a/exampleSite/content/basics/history/2/8/003.pir.md b/exampleSite/content/basics/history/2/8/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/8/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/8/_index.en.md b/exampleSite/content/basics/history/2/8/_index.en.md new file mode 100644 index 0000000000..be2f3d660b --- /dev/null +++ b/exampleSite/content/basics/history/2/8/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.8" +type = "changelog" +weight = -8 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/8/_index.pir.md b/exampleSite/content/basics/history/2/8/_index.pir.md new file mode 100644 index 0000000000..84f3f4deec --- /dev/null +++ b/exampleSite/content/basics/history/2/8/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.8" +type = "changelog" +weight = -8 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/000.en.md b/exampleSite/content/basics/history/2/9/000.en.md new file mode 100644 index 0000000000..8de4466174 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/000.en.md @@ -0,0 +1,10 @@ +## 2.9.0 (2021-11-19) + +### Fixes + +- [**bug**][**breaking**] relref: fix inconsistent behavior [#156](https://github.com/McShelby/hugo-theme-relearn/issues/156) +- [**bug**] search: make dropdown stick to search field when scrolling [#155](https://github.com/McShelby/hugo-theme-relearn/issues/155) +- [**bug**] menu: align long text properly [#154](https://github.com/McShelby/hugo-theme-relearn/issues/154) +- [**bug**] copyToClipBoard: add missing right border for inline code if `disableInlineCopyToClipBoard=true` [#153](https://github.com/McShelby/hugo-theme-relearn/issues/153) +- [**bug**] menu: show hidden sibling pages reliably [#152](https://github.com/McShelby/hugo-theme-relearn/issues/152) +- [**bug**] menu: bring active item in sight for large menus [#149](https://github.com/McShelby/hugo-theme-relearn/issues/149) diff --git a/exampleSite/content/basics/history/2/9/000.pir.md b/exampleSite/content/basics/history/2/9/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/001.en.md b/exampleSite/content/basics/history/2/9/001.en.md new file mode 100644 index 0000000000..0738ceea13 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/001.en.md @@ -0,0 +1,5 @@ +## 2.9.1 (2021-11-22) + +### Fixes + +- [**bug**] menu: fix significantly low performance for collecting of meta info [#157](https://github.com/McShelby/hugo-theme-relearn/issues/157) diff --git a/exampleSite/content/basics/history/2/9/001.pir.md b/exampleSite/content/basics/history/2/9/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/002.en.md b/exampleSite/content/basics/history/2/9/002.en.md new file mode 100644 index 0000000000..ab01c40be0 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/002.en.md @@ -0,0 +1,9 @@ +## 2.9.2 (2021-11-26) + +### Enhancements + +- [**feature**] theme: add theme version info to head [#158](https://github.com/McShelby/hugo-theme-relearn/issues/158) + +### Fixes + +- [**bug**] theme: fix selection of *.ico files as favicons [#160](https://github.com/McShelby/hugo-theme-relearn/issues/160) diff --git a/exampleSite/content/basics/history/2/9/002.pir.md b/exampleSite/content/basics/history/2/9/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/003.en.md b/exampleSite/content/basics/history/2/9/003.en.md new file mode 100644 index 0000000000..57bee61cbf --- /dev/null +++ b/exampleSite/content/basics/history/2/9/003.en.md @@ -0,0 +1,5 @@ +## 2.9.3 (2022-02-06) + +### Fixes + +- [**bug**] menu: invalid URL when the shortcut is an internal link [#163](https://github.com/McShelby/hugo-theme-relearn/issues/163) diff --git a/exampleSite/content/basics/history/2/9/003.pir.md b/exampleSite/content/basics/history/2/9/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/004.en.md b/exampleSite/content/basics/history/2/9/004.en.md new file mode 100644 index 0000000000..a71a9004e2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/004.en.md @@ -0,0 +1,5 @@ +## 2.9.4 (2022-02-06) + +### Fixes + +- [**bug**] exampleSite: fix links in official documentation [#168](https://github.com/McShelby/hugo-theme-relearn/issues/168) diff --git a/exampleSite/content/basics/history/2/9/004.pir.md b/exampleSite/content/basics/history/2/9/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/005.en.md b/exampleSite/content/basics/history/2/9/005.en.md new file mode 100644 index 0000000000..d165b290e5 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/005.en.md @@ -0,0 +1,5 @@ +## 2.9.5 (2022-02-07) + +### Fixes + +- [**bug**] menu: let arrow navigation respect ordersectionsby configuration [#170](https://github.com/McShelby/hugo-theme-relearn/issues/170) diff --git a/exampleSite/content/basics/history/2/9/005.pir.md b/exampleSite/content/basics/history/2/9/005.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/005.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/006.en.md b/exampleSite/content/basics/history/2/9/006.en.md new file mode 100644 index 0000000000..85b90f6380 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/006.en.md @@ -0,0 +1,5 @@ +## 2.9.6 (2022-02-07) + +### Fixes + +- [**bug**] menu: remove debug output [#171](https://github.com/McShelby/hugo-theme-relearn/issues/171) diff --git a/exampleSite/content/basics/history/2/9/006.pir.md b/exampleSite/content/basics/history/2/9/006.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/006.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/9/_index.en.md b/exampleSite/content/basics/history/2/9/_index.en.md new file mode 100644 index 0000000000..5b0c1f71bf --- /dev/null +++ b/exampleSite/content/basics/history/2/9/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.9" +type = "changelog" +weight = -9 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/2/9/_index.pir.md b/exampleSite/content/basics/history/2/9/_index.pir.md new file mode 100644 index 0000000000..9b40d39af0 --- /dev/null +++ b/exampleSite/content/basics/history/2/9/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.9" +type = "changelog" +weight = -9 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/2/_index.en.md b/exampleSite/content/basics/history/2/_index.en.md new file mode 100644 index 0000000000..78633b0a29 --- /dev/null +++ b/exampleSite/content/basics/history/2/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/2/_index.pir.md b/exampleSite/content/basics/history/2/_index.pir.md new file mode 100644 index 0000000000..9f80b2ce2f --- /dev/null +++ b/exampleSite/content/basics/history/2/_index.pir.md @@ -0,0 +1,7 @@ ++++ +disableToc = false +title = "Version 2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/000.en.md b/exampleSite/content/basics/history/3/0/000.en.md new file mode 100644 index 0000000000..b3ae6bb8b2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/000.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/0/000.pir.md b/exampleSite/content/basics/history/3/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/001.en.md b/exampleSite/content/basics/history/3/0/001.en.md new file mode 100644 index 0000000000..7115d18123 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/001.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/0/001.pir.md b/exampleSite/content/basics/history/3/0/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/002.en.md b/exampleSite/content/basics/history/3/0/002.en.md new file mode 100644 index 0000000000..8c98be5fc3 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/002.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/0/002.pir.md b/exampleSite/content/basics/history/3/0/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/003.en.md b/exampleSite/content/basics/history/3/0/003.en.md new file mode 100644 index 0000000000..ac2bb14185 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/003.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/0/003.pir.md b/exampleSite/content/basics/history/3/0/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/004.en.md b/exampleSite/content/basics/history/3/0/004.en.md new file mode 100644 index 0000000000..2c6dab4226 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/004.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/0/004.pir.md b/exampleSite/content/basics/history/3/0/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/0/_index.en.md b/exampleSite/content/basics/history/3/0/_index.en.md new file mode 100644 index 0000000000..a004e724a0 --- /dev/null +++ b/exampleSite/content/basics/history/3/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/3/0/_index.pir.md b/exampleSite/content/basics/history/3/0/_index.pir.md new file mode 100644 index 0000000000..4ad08e4d1c --- /dev/null +++ b/exampleSite/content/basics/history/3/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/1/000.en.md b/exampleSite/content/basics/history/3/1/000.en.md new file mode 100644 index 0000000000..9d86559277 --- /dev/null +++ b/exampleSite/content/basics/history/3/1/000.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/1/000.pir.md b/exampleSite/content/basics/history/3/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/1/001.en.md b/exampleSite/content/basics/history/3/1/001.en.md new file mode 100644 index 0000000000..bf28729f81 --- /dev/null +++ b/exampleSite/content/basics/history/3/1/001.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/1/001.pir.md b/exampleSite/content/basics/history/3/1/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/1/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/1/_index.en.md b/exampleSite/content/basics/history/3/1/_index.en.md new file mode 100644 index 0000000000..5d3f1f9b0a --- /dev/null +++ b/exampleSite/content/basics/history/3/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/3/1/_index.pir.md b/exampleSite/content/basics/history/3/1/_index.pir.md new file mode 100644 index 0000000000..0f9e07c929 --- /dev/null +++ b/exampleSite/content/basics/history/3/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/2/000.en.md b/exampleSite/content/basics/history/3/2/000.en.md new file mode 100644 index 0000000000..4ef2ce6d57 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/000.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/2/000.pir.md b/exampleSite/content/basics/history/3/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/2/001.en.md b/exampleSite/content/basics/history/3/2/001.en.md new file mode 100644 index 0000000000..b49dbab2a6 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/001.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/2/001.pir.md b/exampleSite/content/basics/history/3/2/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/2/_index.en.md b/exampleSite/content/basics/history/3/2/_index.en.md new file mode 100644 index 0000000000..d676b316d3 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/3/2/_index.pir.md b/exampleSite/content/basics/history/3/2/_index.pir.md new file mode 100644 index 0000000000..621e32b3c6 --- /dev/null +++ b/exampleSite/content/basics/history/3/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/3/000.en.md b/exampleSite/content/basics/history/3/3/000.en.md new file mode 100644 index 0000000000..60bcf43f82 --- /dev/null +++ b/exampleSite/content/basics/history/3/3/000.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/3/000.pir.md b/exampleSite/content/basics/history/3/3/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/3/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/3/_index.en.md b/exampleSite/content/basics/history/3/3/_index.en.md new file mode 100644 index 0000000000..0dba1eb0be --- /dev/null +++ b/exampleSite/content/basics/history/3/3/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.3" +type = "changelog" +weight = -3 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/3/3/_index.pir.md b/exampleSite/content/basics/history/3/3/_index.pir.md new file mode 100644 index 0000000000..5e395b716c --- /dev/null +++ b/exampleSite/content/basics/history/3/3/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.3" +type = "changelog" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/4/000.en.md b/exampleSite/content/basics/history/3/4/000.en.md new file mode 100644 index 0000000000..f093fc4ffa --- /dev/null +++ b/exampleSite/content/basics/history/3/4/000.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/4/000.pir.md b/exampleSite/content/basics/history/3/4/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/4/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/4/001.en.md b/exampleSite/content/basics/history/3/4/001.en.md new file mode 100644 index 0000000000..746edf17f4 --- /dev/null +++ b/exampleSite/content/basics/history/3/4/001.en.md @@ -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) diff --git a/exampleSite/content/basics/history/3/4/001.pir.md b/exampleSite/content/basics/history/3/4/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/3/4/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/4/_index.en.md b/exampleSite/content/basics/history/3/4/_index.en.md new file mode 100644 index 0000000000..39007dce98 --- /dev/null +++ b/exampleSite/content/basics/history/3/4/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/3/4/_index.pir.md b/exampleSite/content/basics/history/3/4/_index.pir.md new file mode 100644 index 0000000000..7e84d8e5e4 --- /dev/null +++ b/exampleSite/content/basics/history/3/4/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.4" +type = "changelog" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/3/_index.en.md b/exampleSite/content/basics/history/3/_index.en.md new file mode 100644 index 0000000000..f68db6aa5f --- /dev/null +++ b/exampleSite/content/basics/history/3/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 3" +type = "changelog" +weight = -3 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/3/_index.pir.md b/exampleSite/content/basics/history/3/_index.pir.md new file mode 100644 index 0000000000..61c75c313f --- /dev/null +++ b/exampleSite/content/basics/history/3/_index.pir.md @@ -0,0 +1,7 @@ ++++ +disableToc = false +title = "Version 3" +type = "changelog" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/000.en.md b/exampleSite/content/basics/history/4/0/000.en.md new file mode 100644 index 0000000000..a2fd13cb41 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/000.en.md @@ -0,0 +1,22 @@ +## 4.0.0 (2022-06-05) + +### Enhancements + +- [**feature**] shortcodes: add named parameter if missing [#260](https://github.com/McShelby/hugo-theme-relearn/issues/260) +- [**feature**][**breaking**] theme: remove --MAIN-ANCHOR-color from stylesheet [#256](https://github.com/McShelby/hugo-theme-relearn/issues/256) +- [**feature**] i18n: add Italian translation [#254](https://github.com/McShelby/hugo-theme-relearn/issues/254) +- [**feature**] attachments: support for brand colors [#252](https://github.com/McShelby/hugo-theme-relearn/issues/252) +- [**feature**] notice: support for brand colors [#251](https://github.com/McShelby/hugo-theme-relearn/issues/251) +- [**feature**][**breaking**] config: remove custom_css [#248](https://github.com/McShelby/hugo-theme-relearn/issues/248) +- [**feature**] theme: use proper file extension for page-meta.go [#246](https://github.com/McShelby/hugo-theme-relearn/issues/246) +- [**feature**] variant: add support for brand color variables [#239](https://github.com/McShelby/hugo-theme-relearn/issues/239) +- [**feature**] i18n: add Polish translation [#237](https://github.com/McShelby/hugo-theme-relearn/issues/237) + +### Fixes + +- [**bug**] shortcodes: accept boolean parameters if given as string [#261](https://github.com/McShelby/hugo-theme-relearn/issues/261) +- [**bug**] print: adjust button and tab size [#259](https://github.com/McShelby/hugo-theme-relearn/issues/259) +- [**bug**] print: show Mermaid if requested in frontmatter [#255](https://github.com/McShelby/hugo-theme-relearn/issues/255) +- [**bug**] theme: adjust thin scrollbar slider [#244](https://github.com/McShelby/hugo-theme-relearn/issues/244) +- [**bug**] mobile: fix broken scrollbar [#243](https://github.com/McShelby/hugo-theme-relearn/issues/243) +- [**bug**] theme: fix display of tooltip for heading anchor [#241](https://github.com/McShelby/hugo-theme-relearn/issues/241) diff --git a/exampleSite/content/basics/history/4/0/000.pir.md b/exampleSite/content/basics/history/4/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/001.en.md b/exampleSite/content/basics/history/4/0/001.en.md new file mode 100644 index 0000000000..0a47050ffd --- /dev/null +++ b/exampleSite/content/basics/history/4/0/001.en.md @@ -0,0 +1,3 @@ +## 4.0.1 (2022-06-05) + +*No changelog for this release.* diff --git a/exampleSite/content/basics/history/4/0/001.pir.md b/exampleSite/content/basics/history/4/0/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/002.en.md b/exampleSite/content/basics/history/4/0/002.en.md new file mode 100644 index 0000000000..1559aec427 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/002.en.md @@ -0,0 +1,5 @@ +## 4.0.2 (2022-06-05) + +### Fixes + +- [**bug**] theme: let browser scroll page on CTRL+f [#242](https://github.com/McShelby/hugo-theme-relearn/issues/242) diff --git a/exampleSite/content/basics/history/4/0/002.pir.md b/exampleSite/content/basics/history/4/0/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/003.en.md b/exampleSite/content/basics/history/4/0/003.en.md new file mode 100644 index 0000000000..50572dcd04 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/003.en.md @@ -0,0 +1,5 @@ +## 4.0.3 (2022-06-05) + +### Enhancements + +- [**feature**] toc: add scrollbar [#262](https://github.com/McShelby/hugo-theme-relearn/issues/262) diff --git a/exampleSite/content/basics/history/4/0/003.pir.md b/exampleSite/content/basics/history/4/0/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/004.en.md b/exampleSite/content/basics/history/4/0/004.en.md new file mode 100644 index 0000000000..158b843d77 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/004.en.md @@ -0,0 +1,16 @@ +## 4.0.4 (2022-06-07) + +### Enhancements + +- [**feature**] theme: improve keyboard navigation for scrolling [#268](https://github.com/McShelby/hugo-theme-relearn/issues/268) + +### Fixes + +- [**bug**] swagger: adjust font-size for method buttons [#267](https://github.com/McShelby/hugo-theme-relearn/issues/267) +- [**bug**] menu: hide expander when only hidden subpages [#264](https://github.com/McShelby/hugo-theme-relearn/issues/264) +- [**bug**] theme: make compatible with Hugo 0.100.0 [#263](https://github.com/McShelby/hugo-theme-relearn/issues/263) + +### Maintenance + +- [**task**] swagger: update rapidoc to 9.3.2 [#266](https://github.com/McShelby/hugo-theme-relearn/issues/266) +- [**task**] mermaid: update to 9.1.1 [#265](https://github.com/McShelby/hugo-theme-relearn/issues/265) diff --git a/exampleSite/content/basics/history/4/0/004.pir.md b/exampleSite/content/basics/history/4/0/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/005.en.md b/exampleSite/content/basics/history/4/0/005.en.md new file mode 100644 index 0000000000..e946b4c6de --- /dev/null +++ b/exampleSite/content/basics/history/4/0/005.en.md @@ -0,0 +1,6 @@ +## 4.0.5 (2022-06-12) + +### Fixes + +- [**bug**] i18n: Vietnamese language with wrong lang code [#270](https://github.com/McShelby/hugo-theme-relearn/issues/270) +- [**bug**] i18n: fix search for non western languages [#269](https://github.com/McShelby/hugo-theme-relearn/issues/269) diff --git a/exampleSite/content/basics/history/4/0/005.pir.md b/exampleSite/content/basics/history/4/0/005.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/005.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/0/_index.en.md b/exampleSite/content/basics/history/4/0/_index.en.md new file mode 100644 index 0000000000..dc1331bc09 --- /dev/null +++ b/exampleSite/content/basics/history/4/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/4/0/_index.pir.md b/exampleSite/content/basics/history/4/0/_index.pir.md new file mode 100644 index 0000000000..e18debd49c --- /dev/null +++ b/exampleSite/content/basics/history/4/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/1/000.en.md b/exampleSite/content/basics/history/4/1/000.en.md new file mode 100644 index 0000000000..f40f4b6f82 --- /dev/null +++ b/exampleSite/content/basics/history/4/1/000.en.md @@ -0,0 +1,5 @@ +## 4.1.0 (2022-06-12) + +### Enhancements + +- [**feature**] i18n: support multilang content [#271](https://github.com/McShelby/hugo-theme-relearn/issues/271) diff --git a/exampleSite/content/basics/history/4/1/000.pir.md b/exampleSite/content/basics/history/4/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/1/001.en.md b/exampleSite/content/basics/history/4/1/001.en.md new file mode 100644 index 0000000000..419ec9199b --- /dev/null +++ b/exampleSite/content/basics/history/4/1/001.en.md @@ -0,0 +1,5 @@ +## 4.1.1 (2022-06-18) + +### Fixes + +- [**bug**] notice: fix layout when content starts with heading [#275](https://github.com/McShelby/hugo-theme-relearn/issues/275) diff --git a/exampleSite/content/basics/history/4/1/001.pir.md b/exampleSite/content/basics/history/4/1/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/1/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/1/_index.en.md b/exampleSite/content/basics/history/4/1/_index.en.md new file mode 100644 index 0000000000..115c47ff37 --- /dev/null +++ b/exampleSite/content/basics/history/4/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/4/1/_index.pir.md b/exampleSite/content/basics/history/4/1/_index.pir.md new file mode 100644 index 0000000000..cfaecc5219 --- /dev/null +++ b/exampleSite/content/basics/history/4/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/000.en.md b/exampleSite/content/basics/history/4/2/000.en.md new file mode 100644 index 0000000000..0223802515 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/000.en.md @@ -0,0 +1,12 @@ +## 4.2.0 (2022-06-23) + +### Enhancements + +- [**feature**][**change**] tabs: don't change tab selection if panel does not contain item [#279](https://github.com/McShelby/hugo-theme-relearn/issues/279) +- [**feature**] shortcodes: convert to partials [#277](https://github.com/McShelby/hugo-theme-relearn/issues/277) + +### Fixes + +- [**bug**] swagger: avoid builtin syntaxhighlighting [#280](https://github.com/McShelby/hugo-theme-relearn/issues/280) +- [**bug**] search: fix console message for missing lunr translations [#278](https://github.com/McShelby/hugo-theme-relearn/issues/278) +- [**bug**] tabs: fix wrapping when having many tabs [#272](https://github.com/McShelby/hugo-theme-relearn/issues/272) diff --git a/exampleSite/content/basics/history/4/2/000.pir.md b/exampleSite/content/basics/history/4/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/001.en.md b/exampleSite/content/basics/history/4/2/001.en.md new file mode 100644 index 0000000000..fd0315ace3 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/001.en.md @@ -0,0 +1,3 @@ +## 4.2.1 (2022-06-23) + +*No changelog for this release.* diff --git a/exampleSite/content/basics/history/4/2/001.pir.md b/exampleSite/content/basics/history/4/2/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/002.en.md b/exampleSite/content/basics/history/4/2/002.en.md new file mode 100644 index 0000000000..aaef76fa28 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/002.en.md @@ -0,0 +1,3 @@ +## 4.2.2 (2022-06-23) + +*No changelog for this release.* diff --git a/exampleSite/content/basics/history/4/2/002.pir.md b/exampleSite/content/basics/history/4/2/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/003.en.md b/exampleSite/content/basics/history/4/2/003.en.md new file mode 100644 index 0000000000..7ad869b0c1 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/003.en.md @@ -0,0 +1,5 @@ +## 4.2.3 (2022-06-23) + +### Fixes + +- [**bug**][**breaking**] include: second parameter is ignored [#281](https://github.com/McShelby/hugo-theme-relearn/issues/281) diff --git a/exampleSite/content/basics/history/4/2/003.pir.md b/exampleSite/content/basics/history/4/2/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/004.en.md b/exampleSite/content/basics/history/4/2/004.en.md new file mode 100644 index 0000000000..6938035f08 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/004.en.md @@ -0,0 +1,5 @@ +## 4.2.4 (2022-06-23) + +### Fixes + +- [**bug**] theme: fix url for logo and home button [#282](https://github.com/McShelby/hugo-theme-relearn/issues/282) diff --git a/exampleSite/content/basics/history/4/2/004.pir.md b/exampleSite/content/basics/history/4/2/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/005.en.md b/exampleSite/content/basics/history/4/2/005.en.md new file mode 100644 index 0000000000..4689d92f6c --- /dev/null +++ b/exampleSite/content/basics/history/4/2/005.en.md @@ -0,0 +1,7 @@ +## 4.2.5 (2022-06-23) + +### Fixes + +- [**bug**] swagger: javascript code does not load in documentation [#285](https://github.com/McShelby/hugo-theme-relearn/issues/285) +- [**bug**] children: descriptions not working [#284](https://github.com/McShelby/hugo-theme-relearn/issues/284) +- [**bug**] print: fix empty page for shortcut links [#283](https://github.com/McShelby/hugo-theme-relearn/issues/283) diff --git a/exampleSite/content/basics/history/4/2/005.pir.md b/exampleSite/content/basics/history/4/2/005.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/005.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/2/_index.en.md b/exampleSite/content/basics/history/4/2/_index.en.md new file mode 100644 index 0000000000..ec294c5c63 --- /dev/null +++ b/exampleSite/content/basics/history/4/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/4/2/_index.pir.md b/exampleSite/content/basics/history/4/2/_index.pir.md new file mode 100644 index 0000000000..886747117a --- /dev/null +++ b/exampleSite/content/basics/history/4/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/4/_index.en.md b/exampleSite/content/basics/history/4/_index.en.md new file mode 100644 index 0000000000..d9d6c4c0e2 --- /dev/null +++ b/exampleSite/content/basics/history/4/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/4/_index.pir.md b/exampleSite/content/basics/history/4/_index.pir.md new file mode 100644 index 0000000000..9ea13cdca4 --- /dev/null +++ b/exampleSite/content/basics/history/4/_index.pir.md @@ -0,0 +1,7 @@ ++++ +disableToc = false +title = "Version 4" +type = "changelog" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/0/000.en.md b/exampleSite/content/basics/history/5/0/000.en.md new file mode 100644 index 0000000000..445a0ffde0 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/000.en.md @@ -0,0 +1,28 @@ +## 5.0.0 (2022-07-05) + +### Enhancements + +- [**feature**][**change**] archetypes: modularize rendering [#300](https://github.com/McShelby/hugo-theme-relearn/issues/300) +- [**feature**] history: don't reload page when history gets cleared [#299](https://github.com/McShelby/hugo-theme-relearn/issues/299) +- [**feature**] menu: replace expander by fontawesome chevrons [#296](https://github.com/McShelby/hugo-theme-relearn/issues/296) +- [**feature**] theme: align content with topbar icon limits [#290](https://github.com/McShelby/hugo-theme-relearn/issues/290) +- [**feature**] button: allow for empty href [#288](https://github.com/McShelby/hugo-theme-relearn/issues/288) +- [**feature**] i18n: make Simplified Chinese the standard language for the `zn` code [#287](https://github.com/McShelby/hugo-theme-relearn/issues/287) +- [**feature**] clipboard: move head styles to stylesheet [#286](https://github.com/McShelby/hugo-theme-relearn/issues/286) +- [**feature**] math: add mathjax rendering [#235](https://github.com/McShelby/hugo-theme-relearn/issues/235) +- [**feature**] theme: allow for page heading modification [#139](https://github.com/McShelby/hugo-theme-relearn/issues/139) + +### Fixes + +- [**bug**] favicon: fix URL if site resides in subfolder [#302](https://github.com/McShelby/hugo-theme-relearn/issues/302) +- [**bug**] code: show copy-to-clipboard marker for blocklevel code [#298](https://github.com/McShelby/hugo-theme-relearn/issues/298) +- [**bug**] menu: make active expander visible on hover [#297](https://github.com/McShelby/hugo-theme-relearn/issues/297) +- [**bug**] print: disable arrow navigation [#294](https://github.com/McShelby/hugo-theme-relearn/issues/294) +- [**bug**] print: add missing page break after index or section [#292](https://github.com/McShelby/hugo-theme-relearn/issues/292) +- [**bug**] theme: use more space on wide screens [#291](https://github.com/McShelby/hugo-theme-relearn/issues/291) +- [**bug**] theme: fix size of chapter heading [#289](https://github.com/McShelby/hugo-theme-relearn/issues/289) + +### Maintenance + +- [**task**] chore: update RapiDoc 9.3.3 [#301](https://github.com/McShelby/hugo-theme-relearn/issues/301) +- [**task**] chore: update Mermaid 9.1.3 [#293](https://github.com/McShelby/hugo-theme-relearn/issues/293) diff --git a/exampleSite/content/basics/history/5/0/000.pir.md b/exampleSite/content/basics/history/5/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/0/001.en.md b/exampleSite/content/basics/history/5/0/001.en.md new file mode 100644 index 0000000000..acb69e6392 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/001.en.md @@ -0,0 +1,5 @@ +## 5.0.1 (2022-07-07) + +### Enhancements + +- [**feature**][**breaking**] theme: optimize loading of js and css [#303](https://github.com/McShelby/hugo-theme-relearn/issues/303) diff --git a/exampleSite/content/basics/history/5/0/001.pir.md b/exampleSite/content/basics/history/5/0/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/0/002.en.md b/exampleSite/content/basics/history/5/0/002.en.md new file mode 100644 index 0000000000..e3736846a7 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/002.en.md @@ -0,0 +1,5 @@ +## 5.0.2 (2022-07-07) + +### Fixes + +- [**bug**] theme: load CSS if JS is disabled [#305](https://github.com/McShelby/hugo-theme-relearn/issues/305) diff --git a/exampleSite/content/basics/history/5/0/002.pir.md b/exampleSite/content/basics/history/5/0/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/0/003.en.md b/exampleSite/content/basics/history/5/0/003.en.md new file mode 100644 index 0000000000..5c96944067 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/003.en.md @@ -0,0 +1,5 @@ +## 5.0.3 (2022-07-07) + +### Fixes + +- [**bug**] ie11: no styles after rework of archetypes [#306](https://github.com/McShelby/hugo-theme-relearn/issues/306) diff --git a/exampleSite/content/basics/history/5/0/003.pir.md b/exampleSite/content/basics/history/5/0/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/0/_index.en.md b/exampleSite/content/basics/history/5/0/_index.en.md new file mode 100644 index 0000000000..0beaab1fef --- /dev/null +++ b/exampleSite/content/basics/history/5/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/0/_index.pir.md b/exampleSite/content/basics/history/5/0/_index.pir.md new file mode 100644 index 0000000000..3f6b785618 --- /dev/null +++ b/exampleSite/content/basics/history/5/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/1/000.en.md b/exampleSite/content/basics/history/5/1/000.en.md new file mode 100644 index 0000000000..0ac2b27c80 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/000.en.md @@ -0,0 +1,6 @@ +## 5.1.0 (2022-07-15) + +### Enhancements + +- [**feature**][**change**] print: make print url deterministic [#309](https://github.com/McShelby/hugo-theme-relearn/issues/309) +- [**feature**] theme: allow overriding partials for output formats [#308](https://github.com/McShelby/hugo-theme-relearn/issues/308) diff --git a/exampleSite/content/basics/history/5/1/000.pir.md b/exampleSite/content/basics/history/5/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/1/001.en.md b/exampleSite/content/basics/history/5/1/001.en.md new file mode 100644 index 0000000000..6654229dd2 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/001.en.md @@ -0,0 +1,5 @@ +## 5.1.1 (2022-07-15) + +### Fixes + +- [**bug**] tags: don't count tags if page is hidden [#310](https://github.com/McShelby/hugo-theme-relearn/issues/310) diff --git a/exampleSite/content/basics/history/5/1/001.pir.md b/exampleSite/content/basics/history/5/1/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/1/002.en.md b/exampleSite/content/basics/history/5/1/002.en.md new file mode 100644 index 0000000000..aa6f032e59 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/002.en.md @@ -0,0 +1,6 @@ +## 5.1.2 (2022-07-18) + +### Fixes + +- [**bug**] print: reset mermaid theme to light [#313](https://github.com/McShelby/hugo-theme-relearn/issues/313) +- [**bug**] mermaid: header is showing up in FF [#311](https://github.com/McShelby/hugo-theme-relearn/issues/311) diff --git a/exampleSite/content/basics/history/5/1/002.pir.md b/exampleSite/content/basics/history/5/1/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/1/_index.en.md b/exampleSite/content/basics/history/5/1/_index.en.md new file mode 100644 index 0000000000..455cf58257 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/1/_index.pir.md b/exampleSite/content/basics/history/5/1/_index.pir.md new file mode 100644 index 0000000000..574d08b515 --- /dev/null +++ b/exampleSite/content/basics/history/5/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/10/000.en.md b/exampleSite/content/basics/history/5/10/000.en.md new file mode 100644 index 0000000000..a602b0af4d --- /dev/null +++ b/exampleSite/content/basics/history/5/10/000.en.md @@ -0,0 +1,12 @@ +## 5.10.0 (2023-01-25) + +### Enhancements + +- [**feature**] shortcodes: support for accent color [#440](https://github.com/McShelby/hugo-theme-relearn/issues/440) +- [**feature**] shortcodes: add color parameter where applicable [#438](https://github.com/McShelby/hugo-theme-relearn/issues/438) +- [**feature**] theme: announce translations as alternate links [#422](https://github.com/McShelby/hugo-theme-relearn/issues/422) + +### Fixes + +- [**bug**] nav: fix breadcrumbs for deeply nested sections [#442](https://github.com/McShelby/hugo-theme-relearn/issues/442) +- [**bug**] theme: improve whitespacing in tables [#441](https://github.com/McShelby/hugo-theme-relearn/issues/441) diff --git a/exampleSite/content/basics/history/5/10/000.pir.md b/exampleSite/content/basics/history/5/10/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/10/001.en.md b/exampleSite/content/basics/history/5/10/001.en.md new file mode 100644 index 0000000000..a308bf3395 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/001.en.md @@ -0,0 +1,5 @@ +## 5.10.1 (2023-01-25) + +### Fixes + +- [**bug**] print: fix image links with relative path [#444](https://github.com/McShelby/hugo-theme-relearn/issues/444) diff --git a/exampleSite/content/basics/history/5/10/001.pir.md b/exampleSite/content/basics/history/5/10/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/10/002.en.md b/exampleSite/content/basics/history/5/10/002.en.md new file mode 100644 index 0000000000..d5a63d7092 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/002.en.md @@ -0,0 +1,5 @@ +## 5.10.2 (2023-01-25) + +### Fixes + +- [**bug**] nav: fix breadcrumb for huge installations [#446](https://github.com/McShelby/hugo-theme-relearn/issues/446) diff --git a/exampleSite/content/basics/history/5/10/002.pir.md b/exampleSite/content/basics/history/5/10/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/10/_index.en.md b/exampleSite/content/basics/history/5/10/_index.en.md new file mode 100644 index 0000000000..0789b58713 --- /dev/null +++ b/exampleSite/content/basics/history/5/10/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.10" +type = "changelog" +weight = -10 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/10/_index.pir.md b/exampleSite/content/basics/history/5/10/_index.pir.md new file mode 100644 index 0000000000..93b256a53c --- /dev/null +++ b/exampleSite/content/basics/history/5/10/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.10" +type = "changelog" +weight = -10 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/11/000.en.md b/exampleSite/content/basics/history/5/11/000.en.md new file mode 100644 index 0000000000..c779c64c51 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/000.en.md @@ -0,0 +1,24 @@ +## 5.11.0 (2023-02-05) + +### Enhancements + +- [**feature**] i18n: add Czech translation [#455](https://github.com/McShelby/hugo-theme-relearn/issues/455) +- [**feature**][**change**] lightbox: switch to CSS-only solution [#451](https://github.com/McShelby/hugo-theme-relearn/issues/451) +- [**feature**][**change**] variant: add support for `prefers-color-scheme` [#445](https://github.com/McShelby/hugo-theme-relearn/issues/445) +- [**feature**][**change**] expand: refactor for a11y [#339](https://github.com/McShelby/hugo-theme-relearn/issues/339) +- [**feature**][**change**] mermaid: make zoom configurable [#144](https://github.com/McShelby/hugo-theme-relearn/issues/144) + +### Fixes + +- [**bug**] swagger: avoid errors when using invalid rapi-doc fragment ids [#465](https://github.com/McShelby/hugo-theme-relearn/issues/465) +- [**bug**] search: fix oddities in keyboard handling [#463](https://github.com/McShelby/hugo-theme-relearn/issues/463) +- [**bug**] badge: fix text color for IE11 [#462](https://github.com/McShelby/hugo-theme-relearn/issues/462) +- [**bug**] mermaid: rerender graph if search term is present and variant is switched [#460](https://github.com/McShelby/hugo-theme-relearn/issues/460) +- [**bug**] tags: show tag on pages when tag has space [#459](https://github.com/McShelby/hugo-theme-relearn/issues/459) +- [**bug**] edit: remove double slash on root page link [#450](https://github.com/McShelby/hugo-theme-relearn/issues/450) + +### Maintenance + +- [**task**] build: add moving version tags [#453](https://github.com/McShelby/hugo-theme-relearn/issues/453) +- [**task**][**change**] theme: remove jQuery [#452](https://github.com/McShelby/hugo-theme-relearn/issues/452) +- [**task**] build: check for release notes before release [#448](https://github.com/McShelby/hugo-theme-relearn/issues/448) diff --git a/exampleSite/content/basics/history/5/11/000.pir.md b/exampleSite/content/basics/history/5/11/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/11/001.en.md b/exampleSite/content/basics/history/5/11/001.en.md new file mode 100644 index 0000000000..2712b046c0 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/001.en.md @@ -0,0 +1,5 @@ +## 5.11.1 (2023-02-06) + +### Fixes + +- [**bug**] variant: include missing `theme-auto.css` in distribution [#467](https://github.com/McShelby/hugo-theme-relearn/issues/467) diff --git a/exampleSite/content/basics/history/5/11/001.pir.md b/exampleSite/content/basics/history/5/11/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/11/002.en.md b/exampleSite/content/basics/history/5/11/002.en.md new file mode 100644 index 0000000000..9fa8e20077 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/002.en.md @@ -0,0 +1,5 @@ +## 5.11.2 (2023-02-07) + +### Fixes + +- [**bug**] tabs: nested tabs content is not displayed [#468](https://github.com/McShelby/hugo-theme-relearn/issues/468) diff --git a/exampleSite/content/basics/history/5/11/002.pir.md b/exampleSite/content/basics/history/5/11/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/11/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/11/_index.en.md b/exampleSite/content/basics/history/5/11/_index.en.md new file mode 100644 index 0000000000..82e8eb21fc --- /dev/null +++ b/exampleSite/content/basics/history/5/11/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.11" +type = "changelog" +weight = -11 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/11/_index.pir.md b/exampleSite/content/basics/history/5/11/_index.pir.md new file mode 100644 index 0000000000..aced9bc03e --- /dev/null +++ b/exampleSite/content/basics/history/5/11/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.11" +type = "changelog" +weight = -11 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/000.en.md b/exampleSite/content/basics/history/5/12/000.en.md new file mode 100644 index 0000000000..917f15dcc7 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/000.en.md @@ -0,0 +1,22 @@ +## 5.12.0 (2023-02-24) + +### Enhancements + +- [**feature**] frontmatter: support VSCode Front Matter extension [#481](https://github.com/McShelby/hugo-theme-relearn/issues/481) +- [**feature**] theme: make expand and image ids stable [#477](https://github.com/McShelby/hugo-theme-relearn/issues/477) +- [**feature**] variant: set scrollbar color to dark for dark variants [#471](https://github.com/McShelby/hugo-theme-relearn/issues/471) +- [**feature**] i18n: add full RTL support [#470](https://github.com/McShelby/hugo-theme-relearn/issues/470) +- [**feature**] piratify: fix some quirks, arrr [#469](https://github.com/McShelby/hugo-theme-relearn/issues/469) +- [**feature**][**change**] theme: optimization for huge screen sizes [#466](https://github.com/McShelby/hugo-theme-relearn/issues/466) + +### Fixes + +- [**bug**] i18n: write code ltr even for rtl languages [#492](https://github.com/McShelby/hugo-theme-relearn/issues/492) +- [**bug**] anchor: fix link in FF when served from file system [#482](https://github.com/McShelby/hugo-theme-relearn/issues/482) +- [**bug**] shortcodes: don't break build and render for invalid parameters [#480](https://github.com/McShelby/hugo-theme-relearn/issues/480) +- [**bug**] nav: restore scroll position on browser back [#476](https://github.com/McShelby/hugo-theme-relearn/issues/476) +- [**bug**] variant: avoid style leak for auto style [#473](https://github.com/McShelby/hugo-theme-relearn/issues/473) + +### Maintenance + +- [**task**] build: add imagebot [#485](https://github.com/McShelby/hugo-theme-relearn/issues/485) diff --git a/exampleSite/content/basics/history/5/12/000.pir.md b/exampleSite/content/basics/history/5/12/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/001.en.md b/exampleSite/content/basics/history/5/12/001.en.md new file mode 100644 index 0000000000..b97e45ff0a --- /dev/null +++ b/exampleSite/content/basics/history/5/12/001.en.md @@ -0,0 +1,9 @@ +## 5.12.1 (2023-02-26) + +### Enhancements + +- [**feature**] variant: add relearn bright theme [#493](https://github.com/McShelby/hugo-theme-relearn/issues/493) + +### Fixes + +- [**bug**] generator: fix setting of colors [#494](https://github.com/McShelby/hugo-theme-relearn/issues/494) diff --git a/exampleSite/content/basics/history/5/12/001.pir.md b/exampleSite/content/basics/history/5/12/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/002.en.md b/exampleSite/content/basics/history/5/12/002.en.md new file mode 100644 index 0000000000..958cca536b --- /dev/null +++ b/exampleSite/content/basics/history/5/12/002.en.md @@ -0,0 +1,5 @@ +## 5.12.2 (2023-03-03) + +### Fixes + +- [**bug**] menu: fix state for alwaysopen=false + collapsibleMenu=false [#498](https://github.com/McShelby/hugo-theme-relearn/issues/498) diff --git a/exampleSite/content/basics/history/5/12/002.pir.md b/exampleSite/content/basics/history/5/12/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/003.en.md b/exampleSite/content/basics/history/5/12/003.en.md new file mode 100644 index 0000000000..5a71430aa9 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/003.en.md @@ -0,0 +1,6 @@ +## 5.12.3 (2023-03-14) + +### Fixes + +- [**bug**] attachments: fix links if only one language is present [#503](https://github.com/McShelby/hugo-theme-relearn/issues/503) +- [**bug**] shortcodes: allow markdown for title and content [#502](https://github.com/McShelby/hugo-theme-relearn/issues/502) diff --git a/exampleSite/content/basics/history/5/12/003.pir.md b/exampleSite/content/basics/history/5/12/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/004.en.md b/exampleSite/content/basics/history/5/12/004.en.md new file mode 100644 index 0000000000..afa5cc8c4e --- /dev/null +++ b/exampleSite/content/basics/history/5/12/004.en.md @@ -0,0 +1,5 @@ +## 5.12.4 (2023-03-24) + +### Fixes + +- [**bug**] theme: disableExplicitIndexURLs param is not working as expected [#505](https://github.com/McShelby/hugo-theme-relearn/issues/505) diff --git a/exampleSite/content/basics/history/5/12/004.pir.md b/exampleSite/content/basics/history/5/12/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/005.en.md b/exampleSite/content/basics/history/5/12/005.en.md new file mode 100644 index 0000000000..6a0cba3e75 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/005.en.md @@ -0,0 +1,5 @@ +## 5.12.5 (2023-03-28) + +### Fixes + +- [**bug**] expand: not properly exanded when used in bullet point list [#508](https://github.com/McShelby/hugo-theme-relearn/issues/508) diff --git a/exampleSite/content/basics/history/5/12/005.pir.md b/exampleSite/content/basics/history/5/12/005.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/005.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/006.en.md b/exampleSite/content/basics/history/5/12/006.en.md new file mode 100644 index 0000000000..a39005ee9c --- /dev/null +++ b/exampleSite/content/basics/history/5/12/006.en.md @@ -0,0 +1,11 @@ +## 5.12.6 (2023-05-04) + +### Enhancements + +- [**feature**] theme: better HTML titles and breadcrumbs for search and tag pages [#521](https://github.com/McShelby/hugo-theme-relearn/issues/521) + +### Fixes + +- [**bug**] menu: avoid hiding of expander on hover when active item has children [#520](https://github.com/McShelby/hugo-theme-relearn/issues/520) +- [**bug**] menu: showVisitedLinks not working for some theme variants [#518](https://github.com/McShelby/hugo-theme-relearn/issues/518) +- [**bug**] theme: fix resource URLs for 404 page on subdirectories [#515](https://github.com/McShelby/hugo-theme-relearn/issues/515) diff --git a/exampleSite/content/basics/history/5/12/006.pir.md b/exampleSite/content/basics/history/5/12/006.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/006.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/12/_index.en.md b/exampleSite/content/basics/history/5/12/_index.en.md new file mode 100644 index 0000000000..7e7c68f198 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.12" +type = "changelog" +weight = -12 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/12/_index.pir.md b/exampleSite/content/basics/history/5/12/_index.pir.md new file mode 100644 index 0000000000..10ca4333d9 --- /dev/null +++ b/exampleSite/content/basics/history/5/12/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.12" +type = "changelog" +weight = -12 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/13/000.en.md b/exampleSite/content/basics/history/5/13/000.en.md new file mode 100644 index 0000000000..a0210732a5 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/000.en.md @@ -0,0 +1,9 @@ +## 5.13.0 (2023-05-14) + +### Enhancements + +- [**feature**][**change**] openapi: replace implementation with swagger-ui [#523](https://github.com/McShelby/hugo-theme-relearn/issues/523) + +### Fixes + +- [**bug**] variant: avoid leaking shadows in neon print style [#524](https://github.com/McShelby/hugo-theme-relearn/issues/524) diff --git a/exampleSite/content/basics/history/5/13/000.pir.md b/exampleSite/content/basics/history/5/13/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/13/001.en.md b/exampleSite/content/basics/history/5/13/001.en.md new file mode 100644 index 0000000000..7a6773092f --- /dev/null +++ b/exampleSite/content/basics/history/5/13/001.en.md @@ -0,0 +1,5 @@ +## 5.13.1 (2023-05-16) + +### Fixes + +- [**bug**] openapi: allow toc to scroll page [#526](https://github.com/McShelby/hugo-theme-relearn/issues/526) diff --git a/exampleSite/content/basics/history/5/13/001.pir.md b/exampleSite/content/basics/history/5/13/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/13/002.en.md b/exampleSite/content/basics/history/5/13/002.en.md new file mode 100644 index 0000000000..6f30d256b4 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/002.en.md @@ -0,0 +1,5 @@ +## 5.13.2 (2023-05-17) + +### Fixes + +- [**bug**] print: enable print for pages with _build options [#522](https://github.com/McShelby/hugo-theme-relearn/issues/522) diff --git a/exampleSite/content/basics/history/5/13/002.pir.md b/exampleSite/content/basics/history/5/13/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/13/_index.en.md b/exampleSite/content/basics/history/5/13/_index.en.md new file mode 100644 index 0000000000..8698c13369 --- /dev/null +++ b/exampleSite/content/basics/history/5/13/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.13" +type = "changelog" +weight = -13 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/13/_index.pir.md b/exampleSite/content/basics/history/5/13/_index.pir.md new file mode 100644 index 0000000000..da49e756bd --- /dev/null +++ b/exampleSite/content/basics/history/5/13/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.13" +type = "changelog" +weight = -13 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/14/000.en.md b/exampleSite/content/basics/history/5/14/000.en.md new file mode 100644 index 0000000000..569018ed73 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/000.en.md @@ -0,0 +1,14 @@ +## 5.14.0 (2023-05-19) + +### Enhancements + +- [**feature**] tags: improve search index for tags [#531](https://github.com/McShelby/hugo-theme-relearn/issues/531) +- [**feature**] tags: increase readability of taxonomy pages [#530](https://github.com/McShelby/hugo-theme-relearn/issues/530) +- [**feature**] nav: make breadcrumb separator configurable [#529](https://github.com/McShelby/hugo-theme-relearn/issues/529) +- [**feature**] i18n: add translation for default taxonomies [#528](https://github.com/McShelby/hugo-theme-relearn/issues/528) +- [**feature**] theme: set appropriate defaults for all theme specific params [#516](https://github.com/McShelby/hugo-theme-relearn/issues/516) +- [**feature**] theme: allow to display tags below article [#513](https://github.com/McShelby/hugo-theme-relearn/issues/513) + +### Fixes + +- [**bug**] shortcode: make .context always a page [#527](https://github.com/McShelby/hugo-theme-relearn/issues/527) diff --git a/exampleSite/content/basics/history/5/14/000.pir.md b/exampleSite/content/basics/history/5/14/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/14/001.en.md b/exampleSite/content/basics/history/5/14/001.en.md new file mode 100644 index 0000000000..6bfda14d7a --- /dev/null +++ b/exampleSite/content/basics/history/5/14/001.en.md @@ -0,0 +1,3 @@ +## 5.14.1 (2023-05-20) + +*No changelog for this release.* diff --git a/exampleSite/content/basics/history/5/14/001.pir.md b/exampleSite/content/basics/history/5/14/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/14/002.en.md b/exampleSite/content/basics/history/5/14/002.en.md new file mode 100644 index 0000000000..fd6e0a9b15 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/002.en.md @@ -0,0 +1,5 @@ +## 5.14.2 (2023-05-20) + +### Fixes + +- [**bug**] tags: translate breadcrumb and title for taxonomy [#532](https://github.com/McShelby/hugo-theme-relearn/issues/532) diff --git a/exampleSite/content/basics/history/5/14/002.pir.md b/exampleSite/content/basics/history/5/14/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/14/003.en.md b/exampleSite/content/basics/history/5/14/003.en.md new file mode 100644 index 0000000000..ad08c9bc16 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/003.en.md @@ -0,0 +1,5 @@ +## 5.14.3 (2023-05-20) + +### Fixes + +- [**bug**] tags: show taxonomy toc for standard installation [#533](https://github.com/McShelby/hugo-theme-relearn/issues/533) diff --git a/exampleSite/content/basics/history/5/14/003.pir.md b/exampleSite/content/basics/history/5/14/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/14/_index.en.md b/exampleSite/content/basics/history/5/14/_index.en.md new file mode 100644 index 0000000000..663cfac8c6 --- /dev/null +++ b/exampleSite/content/basics/history/5/14/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.14" +type = "changelog" +weight = -14 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/14/_index.pir.md b/exampleSite/content/basics/history/5/14/_index.pir.md new file mode 100644 index 0000000000..2edaf8969a --- /dev/null +++ b/exampleSite/content/basics/history/5/14/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.14" +type = "changelog" +weight = -14 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/15/000.en.md b/exampleSite/content/basics/history/5/15/000.en.md new file mode 100644 index 0000000000..5e88d21a61 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/000.en.md @@ -0,0 +1,17 @@ +## 5.15.0 (2023-05-25) + +### Enhancements + +- [**feature**] tab: new shortcode to display single tab [#538](https://github.com/McShelby/hugo-theme-relearn/issues/538) +- [**feature**][**change**] tabs: treat groupid as unique if not set [#537](https://github.com/McShelby/hugo-theme-relearn/issues/537) +- [**feature**] expand: indent expanded content [#536](https://github.com/McShelby/hugo-theme-relearn/issues/536) +- [**feature**] notice: make boxes more prominent [#535](https://github.com/McShelby/hugo-theme-relearn/issues/535) + +### Fixes + +- [**bug**] attachments: fix build error since Hugo 0.112 [#540](https://github.com/McShelby/hugo-theme-relearn/issues/540) + +### Maintenance + +- [**task**] chore: update Mermaid to 9.4.3 [#534](https://github.com/McShelby/hugo-theme-relearn/issues/534) +- [**task**] mermaid: update to 10.2.0 [#499](https://github.com/McShelby/hugo-theme-relearn/issues/499) diff --git a/exampleSite/content/basics/history/5/15/000.pir.md b/exampleSite/content/basics/history/5/15/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/15/001.en.md b/exampleSite/content/basics/history/5/15/001.en.md new file mode 100644 index 0000000000..9140a5f6cf --- /dev/null +++ b/exampleSite/content/basics/history/5/15/001.en.md @@ -0,0 +1,5 @@ +## 5.15.1 (2023-05-25) + +### Fixes + +- [**bug**] shortcodes: intermediately use random ids instead of .Ordinal [#543](https://github.com/McShelby/hugo-theme-relearn/issues/543) diff --git a/exampleSite/content/basics/history/5/15/001.pir.md b/exampleSite/content/basics/history/5/15/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/15/002.en.md b/exampleSite/content/basics/history/5/15/002.en.md new file mode 100644 index 0000000000..13aaaba701 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/002.en.md @@ -0,0 +1,9 @@ +## 5.15.2 (2023-05-29) + +### Enhancements + +- [**feature**] taxonomy: add support for category default taxonomy [#541](https://github.com/McShelby/hugo-theme-relearn/issues/541) + +### Fixes + +- [**bug**] attachments: work for Hugo < 0.112 [#546](https://github.com/McShelby/hugo-theme-relearn/issues/546) diff --git a/exampleSite/content/basics/history/5/15/002.pir.md b/exampleSite/content/basics/history/5/15/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/15/_index.en.md b/exampleSite/content/basics/history/5/15/_index.en.md new file mode 100644 index 0000000000..5093b03426 --- /dev/null +++ b/exampleSite/content/basics/history/5/15/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.15" +type = "changelog" +weight = -15 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/15/_index.pir.md b/exampleSite/content/basics/history/5/15/_index.pir.md new file mode 100644 index 0000000000..5526ee5efe --- /dev/null +++ b/exampleSite/content/basics/history/5/15/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.15" +type = "changelog" +weight = -15 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/16/000.en.md b/exampleSite/content/basics/history/5/16/000.en.md new file mode 100644 index 0000000000..9665c46f20 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/000.en.md @@ -0,0 +1,15 @@ +## 5.16.0 (2023-06-08) + +### Enhancements + +- [**feature**] tabs: add title and icon option [#552](https://github.com/McShelby/hugo-theme-relearn/issues/552) +- [**feature**] shortcodes: add style option to mimic code box color scheme [#551](https://github.com/McShelby/hugo-theme-relearn/issues/551) +- [**feature**] tabs: support color options [#550](https://github.com/McShelby/hugo-theme-relearn/issues/550) +- [**feature**] favicon: add light & dark option for OS's preferred color scheme [#549](https://github.com/McShelby/hugo-theme-relearn/issues/549) + +### Fixes + +- [**bug**] icon: remove whitespace on start [#560](https://github.com/McShelby/hugo-theme-relearn/issues/560) +- [**bug**] shortcodes: avoid superflous margin at start and end of content [#558](https://github.com/McShelby/hugo-theme-relearn/issues/558) +- [**bug**] expand: fix html encoding of finishing content tag [#557](https://github.com/McShelby/hugo-theme-relearn/issues/557) +- [**bug**] icon: fix ouput "raw HTML omitted" with goldmark config unsafe=false [#555](https://github.com/McShelby/hugo-theme-relearn/issues/555) diff --git a/exampleSite/content/basics/history/5/16/000.pir.md b/exampleSite/content/basics/history/5/16/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/16/001.en.md b/exampleSite/content/basics/history/5/16/001.en.md new file mode 100644 index 0000000000..0914cad653 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/001.en.md @@ -0,0 +1,10 @@ +## 5.16.1 (2023-06-09) + +### Enhancements + +- [**feature**] theme: add deprecation warnings [#565](https://github.com/McShelby/hugo-theme-relearn/issues/565) + +### Fixes + +- [**bug**] mermaid: allow for YAML frontmatter inside of graph [#564](https://github.com/McShelby/hugo-theme-relearn/issues/564) +- [**bug**] alias: fix redirect URLs in case of empty BaseURL [#562](https://github.com/McShelby/hugo-theme-relearn/issues/562) diff --git a/exampleSite/content/basics/history/5/16/001.pir.md b/exampleSite/content/basics/history/5/16/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/16/002.en.md b/exampleSite/content/basics/history/5/16/002.en.md new file mode 100644 index 0000000000..3f748b7fa4 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/002.en.md @@ -0,0 +1,5 @@ +## 5.16.2 (2023-06-10) + +### Enhancements + +- [**feature**] theme: revamp 404 page [#566](https://github.com/McShelby/hugo-theme-relearn/issues/566) diff --git a/exampleSite/content/basics/history/5/16/002.pir.md b/exampleSite/content/basics/history/5/16/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/16/_index.en.md b/exampleSite/content/basics/history/5/16/_index.en.md new file mode 100644 index 0000000000..7a05589bcb --- /dev/null +++ b/exampleSite/content/basics/history/5/16/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.16" +type = "changelog" +weight = -16 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/16/_index.pir.md b/exampleSite/content/basics/history/5/16/_index.pir.md new file mode 100644 index 0000000000..473397e6b4 --- /dev/null +++ b/exampleSite/content/basics/history/5/16/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.16" +type = "changelog" +weight = -16 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/17/000.en.md b/exampleSite/content/basics/history/5/17/000.en.md new file mode 100644 index 0000000000..981048c2d7 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/000.en.md @@ -0,0 +1,11 @@ +## 5.17.0 (2023-06-22) + +### Enhancements + +- [**feature**] highlight: add configurable line breaks [#169](https://github.com/McShelby/hugo-theme-relearn/issues/169) + +### Fixes + +- [**bug**] theme: support Hugo 0.114.0 [#573](https://github.com/McShelby/hugo-theme-relearn/issues/573) +- [**bug**] taxonomy: fix number tags [#570](https://github.com/McShelby/hugo-theme-relearn/issues/570) +- [**bug**] highlight: improve copy to clipboard [#569](https://github.com/McShelby/hugo-theme-relearn/issues/569) diff --git a/exampleSite/content/basics/history/5/17/000.pir.md b/exampleSite/content/basics/history/5/17/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/17/001.en.md b/exampleSite/content/basics/history/5/17/001.en.md new file mode 100644 index 0000000000..4635652169 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/001.en.md @@ -0,0 +1,5 @@ +## 5.17.1 (2023-06-22) + +### Enhancements + +- [**feature**][**change**] highlight: make copy to clipboard appear on hover [#574](https://github.com/McShelby/hugo-theme-relearn/issues/574) diff --git a/exampleSite/content/basics/history/5/17/001.pir.md b/exampleSite/content/basics/history/5/17/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/17/_index.en.md b/exampleSite/content/basics/history/5/17/_index.en.md new file mode 100644 index 0000000000..8b26d6b664 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.17" +type = "changelog" +weight = -17 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/17/_index.pir.md b/exampleSite/content/basics/history/5/17/_index.pir.md new file mode 100644 index 0000000000..7b1ba8df04 --- /dev/null +++ b/exampleSite/content/basics/history/5/17/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.17" +type = "changelog" +weight = -17 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/18/000.en.md b/exampleSite/content/basics/history/5/18/000.en.md new file mode 100644 index 0000000000..8642fbc971 --- /dev/null +++ b/exampleSite/content/basics/history/5/18/000.en.md @@ -0,0 +1,19 @@ +## 5.18.0 (2023-07-27) + +### Enhancements + +- [**feature**][**change**] shortcodes: add more deprecation warnings [#598](https://github.com/McShelby/hugo-theme-relearn/issues/598) +- [**feature**][**change**] shortcodes: change `context` parameter to `page` if called as partial [#595](https://github.com/McShelby/hugo-theme-relearn/issues/595) +- [**feature**] siteparam: support nested parameters and text formatting [#590](https://github.com/McShelby/hugo-theme-relearn/issues/590) +- [**feature**][**change**] a11y: improve when tabbing through links [#581](https://github.com/McShelby/hugo-theme-relearn/issues/581) + +### Fixes + +- [**bug**] openapi: inherit RTL setting from Hugo content [#600](https://github.com/McShelby/hugo-theme-relearn/issues/600) +- [**bug**] 404: fix display in RTL [#597](https://github.com/McShelby/hugo-theme-relearn/issues/597) +- [**bug**] highlight: fix position of copy-to-clipboard button in RTL [#594](https://github.com/McShelby/hugo-theme-relearn/issues/594) +- [**bug**] openapi: fix spelling [#593](https://github.com/McShelby/hugo-theme-relearn/issues/593) +- [**bug**] search: fix typo in output format [#591](https://github.com/McShelby/hugo-theme-relearn/issues/591) +- [**bug**] tabs: fix tab selection by groupid [#582](https://github.com/McShelby/hugo-theme-relearn/issues/582) +- [**bug**] theme: restore compat with Hugo 0.95.0 [#580](https://github.com/McShelby/hugo-theme-relearn/issues/580) +- [**bug**][**change**] theme: improve display of links [#577](https://github.com/McShelby/hugo-theme-relearn/issues/577) diff --git a/exampleSite/content/basics/history/5/18/000.pir.md b/exampleSite/content/basics/history/5/18/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/18/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/18/_index.en.md b/exampleSite/content/basics/history/5/18/_index.en.md new file mode 100644 index 0000000000..5e5ed54dba --- /dev/null +++ b/exampleSite/content/basics/history/5/18/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.18" +type = "changelog" +weight = -18 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/18/_index.pir.md b/exampleSite/content/basics/history/5/18/_index.pir.md new file mode 100644 index 0000000000..8bbba45c24 --- /dev/null +++ b/exampleSite/content/basics/history/5/18/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.18" +type = "changelog" +weight = -18 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/19/000.en.md b/exampleSite/content/basics/history/5/19/000.en.md new file mode 100644 index 0000000000..cb74104929 --- /dev/null +++ b/exampleSite/content/basics/history/5/19/000.en.md @@ -0,0 +1,20 @@ +## 5.19.0 (2023-08-12) + +### Enhancements + +- [**feature**] highlight: add title parameter [#616](https://github.com/McShelby/hugo-theme-relearn/issues/616) +- [**feature**] variant: signal variant switch as event [#614](https://github.com/McShelby/hugo-theme-relearn/issues/614) +- [**feature**] variant: add zen variant in light and dark [#613](https://github.com/McShelby/hugo-theme-relearn/issues/613) +- [**feature**] i18n: add Hungarian translation [#604](https://github.com/McShelby/hugo-theme-relearn/issues/604) +- [**feature**] mermaid: update to 10.3.0 [#601](https://github.com/McShelby/hugo-theme-relearn/issues/601) + +### Fixes + +- [**bug**] siteparam: avoid halt if param is a map/slice [#611](https://github.com/McShelby/hugo-theme-relearn/issues/611) +- [**bug**] mermaid: fix broken zoom since update to v10 [#608](https://github.com/McShelby/hugo-theme-relearn/issues/608) +- [**bug**] mermaid: variant generator diagram does not respond to events [#607](https://github.com/McShelby/hugo-theme-relearn/issues/607) +- [**bug**] print: avoid chroma leak for relearn-dark [#605](https://github.com/McShelby/hugo-theme-relearn/issues/605) + +### Maintenance + +- [**task**] mermaid: update to 10.3.1 [#610](https://github.com/McShelby/hugo-theme-relearn/issues/610) diff --git a/exampleSite/content/basics/history/5/19/000.pir.md b/exampleSite/content/basics/history/5/19/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/19/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/19/_index.en.md b/exampleSite/content/basics/history/5/19/_index.en.md new file mode 100644 index 0000000000..f3ea27f4df --- /dev/null +++ b/exampleSite/content/basics/history/5/19/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.19" +type = "changelog" +weight = -19 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/19/_index.pir.md b/exampleSite/content/basics/history/5/19/_index.pir.md new file mode 100644 index 0000000000..683e621de4 --- /dev/null +++ b/exampleSite/content/basics/history/5/19/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.19" +type = "changelog" +weight = -19 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/000.en.md b/exampleSite/content/basics/history/5/2/000.en.md new file mode 100644 index 0000000000..047a2f412e --- /dev/null +++ b/exampleSite/content/basics/history/5/2/000.en.md @@ -0,0 +1,10 @@ +## 5.2.0 (2022-08-03) + +### Enhancements + +- [**feature**][**change**] menu: expand collapsed menus if search term is found in submenus [#312](https://github.com/McShelby/hugo-theme-relearn/issues/312) + +### Fixes + +- [**bug**] print: switch mermaid and swagger style before print [#316](https://github.com/McShelby/hugo-theme-relearn/issues/316) +- [**bug**] theme: fix chapter margins on big screens [#315](https://github.com/McShelby/hugo-theme-relearn/issues/315) diff --git a/exampleSite/content/basics/history/5/2/000.pir.md b/exampleSite/content/basics/history/5/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/001.en.md b/exampleSite/content/basics/history/5/2/001.en.md new file mode 100644 index 0000000000..bdd1bc51f4 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/001.en.md @@ -0,0 +1,13 @@ +## 5.2.1 (2022-08-05) + +### Enhancements + +- [**feature**] i18n: improve Japanese translation [#318](https://github.com/McShelby/hugo-theme-relearn/issues/318) + +### Fixes + +- [**bug**] nav: prev/next ignores ordersectionby [#320](https://github.com/McShelby/hugo-theme-relearn/issues/320) + +### Maintenance + +- [**task**] task: bump Hugo minimum requirement to 0.95 [#319](https://github.com/McShelby/hugo-theme-relearn/issues/319) diff --git a/exampleSite/content/basics/history/5/2/001.pir.md b/exampleSite/content/basics/history/5/2/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/002.en.md b/exampleSite/content/basics/history/5/2/002.en.md new file mode 100644 index 0000000000..8a6d39939c --- /dev/null +++ b/exampleSite/content/basics/history/5/2/002.en.md @@ -0,0 +1,5 @@ +## 5.2.2 (2022-08-23) + +### Fixes + +- [**bug**] print: fix urls for uglyURLs=true [#322](https://github.com/McShelby/hugo-theme-relearn/issues/322) diff --git a/exampleSite/content/basics/history/5/2/002.pir.md b/exampleSite/content/basics/history/5/2/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/003.en.md b/exampleSite/content/basics/history/5/2/003.en.md new file mode 100644 index 0000000000..bf962940b6 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/003.en.md @@ -0,0 +1,5 @@ +## 5.2.3 (2022-09-12) + +### Fixes + +- [**bug**] print: chapter pages overwrite font-size [#328](https://github.com/McShelby/hugo-theme-relearn/issues/328) diff --git a/exampleSite/content/basics/history/5/2/003.pir.md b/exampleSite/content/basics/history/5/2/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/004.en.md b/exampleSite/content/basics/history/5/2/004.en.md new file mode 100644 index 0000000000..51878f42a4 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/004.en.md @@ -0,0 +1,5 @@ +## 5.2.4 (2022-10-02) + +### Fixes + +- [**bug**] theme: remove HTML5 validator errors [#329](https://github.com/McShelby/hugo-theme-relearn/issues/329) diff --git a/exampleSite/content/basics/history/5/2/004.pir.md b/exampleSite/content/basics/history/5/2/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/2/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/2/_index.en.md b/exampleSite/content/basics/history/5/2/_index.en.md new file mode 100644 index 0000000000..f4e3ab8e9c --- /dev/null +++ b/exampleSite/content/basics/history/5/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/2/_index.pir.md b/exampleSite/content/basics/history/5/2/_index.pir.md new file mode 100644 index 0000000000..c2edf6da5c --- /dev/null +++ b/exampleSite/content/basics/history/5/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/20/000.en.md b/exampleSite/content/basics/history/5/20/000.en.md new file mode 100644 index 0000000000..4bc1b8933a --- /dev/null +++ b/exampleSite/content/basics/history/5/20/000.en.md @@ -0,0 +1,20 @@ +## 5.20.0 (2023-08-26) + +### Enhancements + +- [**feature**][**change**] theme: support for colored borders between menu and content [#626](https://github.com/McShelby/hugo-theme-relearn/issues/626) +- [**feature**] image: allow option to apply image effects globally [#623](https://github.com/McShelby/hugo-theme-relearn/issues/623) +- [**feature**][**change**] openapi: switch to light syntaxhighlighting where applicable [#621](https://github.com/McShelby/hugo-theme-relearn/issues/621) +- [**feature**] images: document usage of images with links [#576](https://github.com/McShelby/hugo-theme-relearn/issues/576) + +### Fixes + +- [**bug**] highlight: fix rendering for Hugo < 0.111 [#630](https://github.com/McShelby/hugo-theme-relearn/issues/630) +- [**bug**] search: remove link underline on dedicated search page [#627](https://github.com/McShelby/hugo-theme-relearn/issues/627) +- [**bug**] highlight: don't switch to block view if hl_inline=true [#618](https://github.com/McShelby/hugo-theme-relearn/issues/618) +- [**bug**] variant: minor adjustments to zen variants [#617](https://github.com/McShelby/hugo-theme-relearn/issues/617) +- [**bug**] mermaid: lazy render graph if it is initially hidden [#187](https://github.com/McShelby/hugo-theme-relearn/issues/187) + +### Maintenance + +- [**task**] openapi: update to swagger 5.4.1 [#620](https://github.com/McShelby/hugo-theme-relearn/issues/620) diff --git a/exampleSite/content/basics/history/5/20/000.pir.md b/exampleSite/content/basics/history/5/20/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/20/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/20/_index.en.md b/exampleSite/content/basics/history/5/20/_index.en.md new file mode 100644 index 0000000000..14af0fbe4a --- /dev/null +++ b/exampleSite/content/basics/history/5/20/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.20" +type = "changelog" +weight = -20 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/20/_index.pir.md b/exampleSite/content/basics/history/5/20/_index.pir.md new file mode 100644 index 0000000000..26330ee8fc --- /dev/null +++ b/exampleSite/content/basics/history/5/20/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.20" +type = "changelog" +weight = -20 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/21/000.en.md b/exampleSite/content/basics/history/5/21/000.en.md new file mode 100644 index 0000000000..30f9fcb905 --- /dev/null +++ b/exampleSite/content/basics/history/5/21/000.en.md @@ -0,0 +1,16 @@ +## 5.21.0 (2023-09-18) + +### Enhancements + +- [**feature**] topbar: make buttons configurable [#639](https://github.com/McShelby/hugo-theme-relearn/issues/639) +- [**feature**][**change**] menu: fix footer padding [#637](https://github.com/McShelby/hugo-theme-relearn/issues/637) + +### Fixes + +- [**bug**] breadcrumb: don't ignore spaces for separator [#636](https://github.com/McShelby/hugo-theme-relearn/issues/636) +- [**bug**] theme: fix snyk code issues [#633](https://github.com/McShelby/hugo-theme-relearn/issues/633) +- [**bug**] images: apply image effects to lightbox images [#631](https://github.com/McShelby/hugo-theme-relearn/issues/631) + +### Maintenance + +- [**task**] openapi: update to swagger 5.7.2 [#641](https://github.com/McShelby/hugo-theme-relearn/issues/641) diff --git a/exampleSite/content/basics/history/5/21/000.pir.md b/exampleSite/content/basics/history/5/21/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/21/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/21/_index.en.md b/exampleSite/content/basics/history/5/21/_index.en.md new file mode 100644 index 0000000000..f28d3ed31d --- /dev/null +++ b/exampleSite/content/basics/history/5/21/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.21" +type = "changelog" +weight = -21 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/21/_index.pir.md b/exampleSite/content/basics/history/5/21/_index.pir.md new file mode 100644 index 0000000000..ba552009c4 --- /dev/null +++ b/exampleSite/content/basics/history/5/21/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.21" +type = "changelog" +weight = -21 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/22/000.en.md b/exampleSite/content/basics/history/5/22/000.en.md new file mode 100644 index 0000000000..7c4c06dd32 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/000.en.md @@ -0,0 +1,16 @@ +## 5.22.0 (2023-09-26) + +### Enhancements + +- [**feature**] mermaid: add pan&zoom reset [#651](https://github.com/McShelby/hugo-theme-relearn/issues/651) +- [**feature**] markdown: add interlace color for tables [#648](https://github.com/McShelby/hugo-theme-relearn/issues/648) +- [**feature**] search: add breadcrumb to dedicated search results [#647](https://github.com/McShelby/hugo-theme-relearn/issues/647) +- [**feature**][**change**] menu: optionally disable index pages for sections [#642](https://github.com/McShelby/hugo-theme-relearn/issues/642) + +### Fixes + +- [**bug**] variants: restore generator zoom [#650](https://github.com/McShelby/hugo-theme-relearn/issues/650) +- [**bug**] clipboard: malused Fontawesome style [#649](https://github.com/McShelby/hugo-theme-relearn/issues/649) +- [**bug**][**change**] theme: avoid id collisions between headings and theme [#646](https://github.com/McShelby/hugo-theme-relearn/issues/646) +- [**bug**] theme: remove HTML validation errors [#644](https://github.com/McShelby/hugo-theme-relearn/issues/644) +- [**bug**] breadcrumb: remove superflous whitespace between items [#643](https://github.com/McShelby/hugo-theme-relearn/issues/643) diff --git a/exampleSite/content/basics/history/5/22/000.pir.md b/exampleSite/content/basics/history/5/22/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/22/001.en.md b/exampleSite/content/basics/history/5/22/001.en.md new file mode 100644 index 0000000000..b96f994289 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/001.en.md @@ -0,0 +1,18 @@ +## 5.22.1 (2023-10-02) + +### Enhancements + +- [**feature**] i18n: add Swahili translation [#666](https://github.com/McShelby/hugo-theme-relearn/issues/666) +- [**feature**] math: hide unrendered math [#663](https://github.com/McShelby/hugo-theme-relearn/issues/663) +- [**feature**] tabs: improve a11y by removing duplicate hidden title [#662](https://github.com/McShelby/hugo-theme-relearn/issues/662) +- [**feature**] mermaid: improve zoom UX [#659](https://github.com/McShelby/hugo-theme-relearn/issues/659) + +### Fixes + +- [**bug**] variant: fix sidebar-flyout borders color for zen [#667](https://github.com/McShelby/hugo-theme-relearn/issues/667) +- [**bug**] clipboard: fix RTL location of tooltip [#661](https://github.com/McShelby/hugo-theme-relearn/issues/661) +- [**bug**] clipboard: ignore RTL for code [#660](https://github.com/McShelby/hugo-theme-relearn/issues/660) +- [**bug**] expand: fix aria-controls [#658](https://github.com/McShelby/hugo-theme-relearn/issues/658) +- [**bug**] theme: fix id generation for markdownified titles [#657](https://github.com/McShelby/hugo-theme-relearn/issues/657) +- [**bug**] mermaid: avoid graph bombing on hugo --minify [#656](https://github.com/McShelby/hugo-theme-relearn/issues/656) +- [**bug**] mermaid: fix width for some graphs [#655](https://github.com/McShelby/hugo-theme-relearn/issues/655) diff --git a/exampleSite/content/basics/history/5/22/001.pir.md b/exampleSite/content/basics/history/5/22/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/22/_index.en.md b/exampleSite/content/basics/history/5/22/_index.en.md new file mode 100644 index 0000000000..3fb8d81a02 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.22" +type = "changelog" +weight = -22 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/22/_index.pir.md b/exampleSite/content/basics/history/5/22/_index.pir.md new file mode 100644 index 0000000000..e46b752539 --- /dev/null +++ b/exampleSite/content/basics/history/5/22/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.22" +type = "changelog" +weight = -22 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/23/000.en.md b/exampleSite/content/basics/history/5/23/000.en.md new file mode 100644 index 0000000000..0049fc28a6 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/000.en.md @@ -0,0 +1,32 @@ +## 5.23.0 (2023-10-29) + +### Enhancements + +- [**feature**] taxonomy: allow for content on term pages [#701](https://github.com/McShelby/hugo-theme-relearn/issues/701) +- [**feature**] theme: write full file path on warnings [#699](https://github.com/McShelby/hugo-theme-relearn/issues/699) +- [**feature**] theme: show anchor link and copy to clipboard button on mobile [#697](https://github.com/McShelby/hugo-theme-relearn/issues/697) +- [**feature**][**change**] config: adjust to changes in Hugo 0.120 [#693](https://github.com/McShelby/hugo-theme-relearn/issues/693) +- [**feature**] variants: add more contrast to neon [#692](https://github.com/McShelby/hugo-theme-relearn/issues/692) +- [**feature**] mermaid: only show zoom reset button if zoomed [#691](https://github.com/McShelby/hugo-theme-relearn/issues/691) +- [**feature**] menu: add additional sort options [#684](https://github.com/McShelby/hugo-theme-relearn/issues/684) +- [**feature**] theme: add social media meta information [#683](https://github.com/McShelby/hugo-theme-relearn/issues/683) +- [**feature**] theme: simplify additional JS dependencies [#682](https://github.com/McShelby/hugo-theme-relearn/issues/682) +- [**feature**] links: warn if ref/relref is used falsly [#681](https://github.com/McShelby/hugo-theme-relearn/issues/681) +- [**feature**] menu: make width configurable [#677](https://github.com/McShelby/hugo-theme-relearn/issues/677) +- [**feature**] tabs: use color for link of inactive tabs [#675](https://github.com/McShelby/hugo-theme-relearn/issues/675) +- [**feature**] taxonomy: modularize term list generation [#671](https://github.com/McShelby/hugo-theme-relearn/issues/671) +- [**feature**] theme: remove warnings with `hugo --printI18nWarnings` [#670](https://github.com/McShelby/hugo-theme-relearn/issues/670) +- [**feature**] theme: implement portable linking [#377](https://github.com/McShelby/hugo-theme-relearn/issues/377) + +### Fixes + +- [**bug**] links: extra space before link text [#700](https://github.com/McShelby/hugo-theme-relearn/issues/700) +- [**bug**] mermaid: reset zoom correctly [#690](https://github.com/McShelby/hugo-theme-relearn/issues/690) +- [**bug**] theme: fix mobile layout for width=48rem [#676](https://github.com/McShelby/hugo-theme-relearn/issues/676) +- [**bug**] frontmatter: resemble documented shortcode style [#672](https://github.com/McShelby/hugo-theme-relearn/issues/672) +- [**bug**] taxonomy: display terms in pages if `removePathAccents=true` [#669](https://github.com/McShelby/hugo-theme-relearn/issues/669) + +### Maintenance + +- [**task**] mermaid: update mermaid to 10.6.0 [#703](https://github.com/McShelby/hugo-theme-relearn/issues/703) +- [**task**] openapi: update swagger-ui to 5.9.1 [#702](https://github.com/McShelby/hugo-theme-relearn/issues/702) diff --git a/exampleSite/content/basics/history/5/23/000.pir.md b/exampleSite/content/basics/history/5/23/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/23/001.en.md b/exampleSite/content/basics/history/5/23/001.en.md new file mode 100644 index 0000000000..a9f392b521 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/001.en.md @@ -0,0 +1,10 @@ +## 5.23.1 (2023-10-30) + +### Enhancements + +- [**feature**] taxonomy: improve term page [#705](https://github.com/McShelby/hugo-theme-relearn/issues/705) + +### Fixes + +- [**bug**] variant: fix typo in chroma-learn.css [#708](https://github.com/McShelby/hugo-theme-relearn/issues/708) +- [**bug**] links: ignore local markdown links linking to files with extension [#707](https://github.com/McShelby/hugo-theme-relearn/issues/707) diff --git a/exampleSite/content/basics/history/5/23/001.pir.md b/exampleSite/content/basics/history/5/23/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/23/002.en.md b/exampleSite/content/basics/history/5/23/002.en.md new file mode 100644 index 0000000000..5ed47e8455 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/002.en.md @@ -0,0 +1,10 @@ +## 5.23.2 (2023-11-03) + +### Enhancements + +- [**feature**] taxonomy: improve taxonomy page [#712](https://github.com/McShelby/hugo-theme-relearn/issues/712) +- [**feature**] taxonomy: warn on missing term title [#709](https://github.com/McShelby/hugo-theme-relearn/issues/709) + +### Fixes + +- [**bug**] taxonomy: fix sorting of terms on content pages [#710](https://github.com/McShelby/hugo-theme-relearn/issues/710) diff --git a/exampleSite/content/basics/history/5/23/002.pir.md b/exampleSite/content/basics/history/5/23/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/23/_index.en.md b/exampleSite/content/basics/history/5/23/_index.en.md new file mode 100644 index 0000000000..d881257433 --- /dev/null +++ b/exampleSite/content/basics/history/5/23/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.23" +type = "changelog" +weight = -23 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/23/_index.pir.md b/exampleSite/content/basics/history/5/23/_index.pir.md new file mode 100644 index 0000000000..48cfaab47c --- /dev/null +++ b/exampleSite/content/basics/history/5/23/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.23" +type = "changelog" +weight = -23 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/24/000.en.md b/exampleSite/content/basics/history/5/24/000.en.md new file mode 100644 index 0000000000..75edf8eb38 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/000.en.md @@ -0,0 +1,35 @@ +## 5.24.0 (2024-02-17) + +### Enhancements + +- [**feature**] theme: compatibility with Hugo 0.123 [#771](https://github.com/McShelby/hugo-theme-relearn/issues/771) +- [**feature**] topbar: support editURL in frontmatter [#764](https://github.com/McShelby/hugo-theme-relearn/issues/764) +- [**feature**] menu: use --MENU-WIDTH-S to adjust mobile flyout [#761](https://github.com/McShelby/hugo-theme-relearn/issues/761) +- [**feature**] figure: support built-in shortcode [#746](https://github.com/McShelby/hugo-theme-relearn/issues/746) +- [**feature**] theme: make heading a template [#744](https://github.com/McShelby/hugo-theme-relearn/issues/744) +- [**feature**] taxonomy: make arrow nav browse through terms [#742](https://github.com/McShelby/hugo-theme-relearn/issues/742) +- [**feature**] theme: switch from config.toml to hugo.toml [#741](https://github.com/McShelby/hugo-theme-relearn/issues/741) +- [**feature**] button: make non-interactive if used as mock [#740](https://github.com/McShelby/hugo-theme-relearn/issues/740) +- [**feature**][**change**] topbar: allow text for button [#739](https://github.com/McShelby/hugo-theme-relearn/issues/739) +- [**feature**] theme: run hugo demo site without warning [#736](https://github.com/McShelby/hugo-theme-relearn/issues/736) +- [**feature**] menu: make swipe handler passive [#735](https://github.com/McShelby/hugo-theme-relearn/issues/735) +- [**feature**] i18n: support standard Hugo options [#733](https://github.com/McShelby/hugo-theme-relearn/issues/733) +- [**feature**] a11y: show tab focus on images [#730](https://github.com/McShelby/hugo-theme-relearn/issues/730) +- [**feature**] a11y: improve discovering links on keyboard navigation [#726](https://github.com/McShelby/hugo-theme-relearn/issues/726) +- [**feature**][**change**] variant: increase contrast for light themes [#722](https://github.com/McShelby/hugo-theme-relearn/issues/722) +- [**feature**] theme: break build if minimum Hugo version is not matched [#719](https://github.com/McShelby/hugo-theme-relearn/issues/719) +- [**feature**] taxonomy: humanize term on missing term title [#713](https://github.com/McShelby/hugo-theme-relearn/issues/713) + +### Fixes + +- [**bug**] taxonomy: display translated title [#772](https://github.com/McShelby/hugo-theme-relearn/issues/772) +- [**bug**] highlight: fix codefence syntax in Hugo >= 0.121.0 [#749](https://github.com/McShelby/hugo-theme-relearn/issues/749) +- [**bug**] link: fix links to pages containing dots in their name [#748](https://github.com/McShelby/hugo-theme-relearn/issues/748) +- [**bug**] image: get resource images if link is prefixed with `./` [#747](https://github.com/McShelby/hugo-theme-relearn/issues/747) +- [**bug**] theme: switch dependency colors on OS color scheme change [#745](https://github.com/McShelby/hugo-theme-relearn/issues/745) +- [**bug**] clipboard: fix O(n²) buttons [#738](https://github.com/McShelby/hugo-theme-relearn/issues/738) +- [**bug**] button: fix whitespacing in FF [#737](https://github.com/McShelby/hugo-theme-relearn/issues/737) +- [**bug**] i18n: fix warning messages for zh-CN [#732](https://github.com/McShelby/hugo-theme-relearn/issues/732) +- [**bug**] mermaid: fix zoom button [#725](https://github.com/McShelby/hugo-theme-relearn/issues/725) +- [**bug**] theme: fix JS errors on `hugo --minifiy` [#724](https://github.com/McShelby/hugo-theme-relearn/issues/724) +- [**bug**] include: fix whitespacing in codefences [#723](https://github.com/McShelby/hugo-theme-relearn/issues/723) diff --git a/exampleSite/content/basics/history/5/24/000.pir.md b/exampleSite/content/basics/history/5/24/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/24/001.en.md b/exampleSite/content/basics/history/5/24/001.en.md new file mode 100644 index 0000000000..6f1e53b903 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/001.en.md @@ -0,0 +1,5 @@ +## 5.24.1 (2024-02-18) + +### Enhancements + +- [**feature**] link: make resolution reporting configurable [#774](https://github.com/McShelby/hugo-theme-relearn/issues/774) diff --git a/exampleSite/content/basics/history/5/24/001.pir.md b/exampleSite/content/basics/history/5/24/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/24/002.en.md b/exampleSite/content/basics/history/5/24/002.en.md new file mode 100644 index 0000000000..cdb6d2b10d --- /dev/null +++ b/exampleSite/content/basics/history/5/24/002.en.md @@ -0,0 +1,9 @@ +## 5.24.2 (2024-02-24) + +### Enhancements + +- [**feature**] image: adjust to Hugo 0.123 [#777](https://github.com/McShelby/hugo-theme-relearn/issues/777) + +### Fixes + +- [**bug**] link: resolve fragments [#775](https://github.com/McShelby/hugo-theme-relearn/issues/775) diff --git a/exampleSite/content/basics/history/5/24/002.pir.md b/exampleSite/content/basics/history/5/24/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/24/003.en.md b/exampleSite/content/basics/history/5/24/003.en.md new file mode 100644 index 0000000000..e377fd6789 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/003.en.md @@ -0,0 +1,5 @@ +## 5.24.3 (2024-02-28) + +### Fixes + +- [**bug**] theme: avoid crash on 404 if author settings want to warn [#785](https://github.com/McShelby/hugo-theme-relearn/issues/785) diff --git a/exampleSite/content/basics/history/5/24/003.pir.md b/exampleSite/content/basics/history/5/24/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/24/_index.en.md b/exampleSite/content/basics/history/5/24/_index.en.md new file mode 100644 index 0000000000..c14ac9d3b5 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.24" +type = "changelog" +weight = -24 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/24/_index.pir.md b/exampleSite/content/basics/history/5/24/_index.pir.md new file mode 100644 index 0000000000..0b530bcc94 --- /dev/null +++ b/exampleSite/content/basics/history/5/24/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.24" +type = "changelog" +weight = -24 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/25/000.en.md b/exampleSite/content/basics/history/5/25/000.en.md new file mode 100644 index 0000000000..eb185b7fd2 --- /dev/null +++ b/exampleSite/content/basics/history/5/25/000.en.md @@ -0,0 +1,10 @@ +## 5.25.0 (2024-02-29) + +### Enhancements + +- [**feature**][**change**] theme: print out GitInfo in page footer if configured [#786](https://github.com/McShelby/hugo-theme-relearn/issues/786) +- [**feature**][**change**] resources: new shortcode to deprecate attachments shortcode [#22](https://github.com/McShelby/hugo-theme-relearn/issues/22) + +### Fixes + +- [**bug**] swagger: fix compat warning [#787](https://github.com/McShelby/hugo-theme-relearn/issues/787) diff --git a/exampleSite/content/basics/history/5/25/000.pir.md b/exampleSite/content/basics/history/5/25/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/25/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/25/_index.en.md b/exampleSite/content/basics/history/5/25/_index.en.md new file mode 100644 index 0000000000..74ff6bbcbe --- /dev/null +++ b/exampleSite/content/basics/history/5/25/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.25" +type = "changelog" +weight = -25 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/25/_index.pir.md b/exampleSite/content/basics/history/5/25/_index.pir.md new file mode 100644 index 0000000000..460753b685 --- /dev/null +++ b/exampleSite/content/basics/history/5/25/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.25" +type = "changelog" +weight = -25 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/26/000.en.md b/exampleSite/content/basics/history/5/26/000.en.md new file mode 100644 index 0000000000..5a77f1d45f --- /dev/null +++ b/exampleSite/content/basics/history/5/26/000.en.md @@ -0,0 +1,18 @@ +## 5.26.0 (2024-03-16) + +### Enhancements + +- [**feature**] image: add lazy loading image effect option [#803](https://github.com/McShelby/hugo-theme-relearn/issues/803) +- [**feature**] render-hook: support Markdown attributes [#795](https://github.com/McShelby/hugo-theme-relearn/issues/795) +- [**feature**] theme: support full page width [#752](https://github.com/McShelby/hugo-theme-relearn/issues/752) + +### Fixes + +- [**bug**] clipboard: fix broken style if block code is in table [#790](https://github.com/McShelby/hugo-theme-relearn/issues/790) +- [**bug**] nav: browser back navigation does not jump to the correct position [#509](https://github.com/McShelby/hugo-theme-relearn/issues/509) + +### Maintenance + +- [**task**] build: update all available actions to nodejs 20 [#802](https://github.com/McShelby/hugo-theme-relearn/issues/802) +- [**task**] openapi: update swagger-ui to 5.11.10 [#798](https://github.com/McShelby/hugo-theme-relearn/issues/798) +- [**task**] mermaid: update to 10.9.0 [#797](https://github.com/McShelby/hugo-theme-relearn/issues/797) diff --git a/exampleSite/content/basics/history/5/26/000.pir.md b/exampleSite/content/basics/history/5/26/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/26/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/26/001.en.md b/exampleSite/content/basics/history/5/26/001.en.md new file mode 100644 index 0000000000..07bdef634b --- /dev/null +++ b/exampleSite/content/basics/history/5/26/001.en.md @@ -0,0 +1,7 @@ +## 5.26.1 (2024-03-17) + +### Fixes + +- [**bug**] mermaid: show reset button after pan [#807](https://github.com/McShelby/hugo-theme-relearn/issues/807) +- [**bug**] openapi: make it run for `file://` protocol [#806](https://github.com/McShelby/hugo-theme-relearn/issues/806) +- [**bug**] theme: fix relative path detection if `relativeURLs=false` [#804](https://github.com/McShelby/hugo-theme-relearn/issues/804) diff --git a/exampleSite/content/basics/history/5/26/001.pir.md b/exampleSite/content/basics/history/5/26/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/26/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/26/002.en.md b/exampleSite/content/basics/history/5/26/002.en.md new file mode 100644 index 0000000000..2b751b5284 --- /dev/null +++ b/exampleSite/content/basics/history/5/26/002.en.md @@ -0,0 +1,10 @@ +## 5.26.2 (2024-03-18) + +### Enhancements + +- [**feature**] icons: use fixed width to ease layout [#812](https://github.com/McShelby/hugo-theme-relearn/issues/812) + +### Fixes + +- [**bug**] search: broken since version 5.26.1 [#813](https://github.com/McShelby/hugo-theme-relearn/issues/813) +- [**bug**] search: fix result links for pages in root [#810](https://github.com/McShelby/hugo-theme-relearn/issues/810) diff --git a/exampleSite/content/basics/history/5/26/002.pir.md b/exampleSite/content/basics/history/5/26/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/26/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/26/_index.en.md b/exampleSite/content/basics/history/5/26/_index.en.md new file mode 100644 index 0000000000..4e4fb7ff2a --- /dev/null +++ b/exampleSite/content/basics/history/5/26/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.26" +type = "changelog" +weight = -26 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/26/_index.pir.md b/exampleSite/content/basics/history/5/26/_index.pir.md new file mode 100644 index 0000000000..80a0113735 --- /dev/null +++ b/exampleSite/content/basics/history/5/26/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.26" +type = "changelog" +weight = -26 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/27/000.en.md b/exampleSite/content/basics/history/5/27/000.en.md new file mode 100644 index 0000000000..bfec572b43 --- /dev/null +++ b/exampleSite/content/basics/history/5/27/000.en.md @@ -0,0 +1,16 @@ +## 5.27.0 (2024-04-07) + +### Enhancements + +- [**feature**] theme: simplify title generation [#825](https://github.com/McShelby/hugo-theme-relearn/issues/825) +- [**feature**] theme: adjust to Hugo's build-in code [#824](https://github.com/McShelby/hugo-theme-relearn/issues/824) +- [**feature**][**change**] link: warn if fragment is not found [#823](https://github.com/McShelby/hugo-theme-relearn/issues/823) +- [**feature**] theme: add styling for selected HTML elements [#822](https://github.com/McShelby/hugo-theme-relearn/issues/822) +- [**feature**] a11y: improve search box [#821](https://github.com/McShelby/hugo-theme-relearn/issues/821) +- [**feature**][**change**] dependencies: make loader more versatile [#820](https://github.com/McShelby/hugo-theme-relearn/issues/820) +- [**feature**] nav: scroll to prev/next heading using keyboard shortcut [#819](https://github.com/McShelby/hugo-theme-relearn/issues/819) +- [**feature**] breadcrumb: use .LinkTitle instead of .Title if available [#816](https://github.com/McShelby/hugo-theme-relearn/issues/816) + +### Fixes + +- [**bug**] scrollbar: scroll bar in side menu gets stuck in dragged state on mobile [#808](https://github.com/McShelby/hugo-theme-relearn/issues/808) diff --git a/exampleSite/content/basics/history/5/27/000.pir.md b/exampleSite/content/basics/history/5/27/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/27/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/27/_index.en.md b/exampleSite/content/basics/history/5/27/_index.en.md new file mode 100644 index 0000000000..e5eee2d4fa --- /dev/null +++ b/exampleSite/content/basics/history/5/27/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.27" +type = "changelog" +weight = -27 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/27/_index.pir.md b/exampleSite/content/basics/history/5/27/_index.pir.md new file mode 100644 index 0000000000..d9f99e28dc --- /dev/null +++ b/exampleSite/content/basics/history/5/27/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.27" +type = "changelog" +weight = -27 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/3/000.en.md b/exampleSite/content/basics/history/5/3/000.en.md new file mode 100644 index 0000000000..55df777f53 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/000.en.md @@ -0,0 +1,15 @@ +## 5.3.0 (2022-10-07) + +### Enhancements + +- [**feature**] expander: improve whitespace between label and content [#338](https://github.com/McShelby/hugo-theme-relearn/issues/338) +- [**feature**] swagger: improve print version [#333](https://github.com/McShelby/hugo-theme-relearn/issues/333) + +### Fixes + +- [**bug**] print: fix links of subsections [#340](https://github.com/McShelby/hugo-theme-relearn/issues/340) +- [**bug**] theme: remove W3C validator errors [#337](https://github.com/McShelby/hugo-theme-relearn/issues/337) +- [**bug**] children: remove unused `page` parameter from docs [#336](https://github.com/McShelby/hugo-theme-relearn/issues/336) +- [**bug**] print: remove menu placeholder in Firefox [#335](https://github.com/McShelby/hugo-theme-relearn/issues/335) +- [**bug**] swagger: fix download button overflow [#334](https://github.com/McShelby/hugo-theme-relearn/issues/334) +- [**bug**][**change**] a11y: remove WCAG errors where applicable [#307](https://github.com/McShelby/hugo-theme-relearn/issues/307) diff --git a/exampleSite/content/basics/history/5/3/000.pir.md b/exampleSite/content/basics/history/5/3/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/3/001.en.md b/exampleSite/content/basics/history/5/3/001.en.md new file mode 100644 index 0000000000..3f6ba6af68 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/001.en.md @@ -0,0 +1,6 @@ +## 5.3.1 (2022-10-08) + +### Enhancements + +- [**feature**] i18n: update Spanish translation [#343](https://github.com/McShelby/hugo-theme-relearn/issues/343) +- [**feature**] theme: option to align images [#327](https://github.com/McShelby/hugo-theme-relearn/issues/327) diff --git a/exampleSite/content/basics/history/5/3/001.pir.md b/exampleSite/content/basics/history/5/3/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/3/002.en.md b/exampleSite/content/basics/history/5/3/002.en.md new file mode 100644 index 0000000000..5a0655aef7 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/002.en.md @@ -0,0 +1,5 @@ +## 5.3.2 (2022-10-08) + +### Fixes + +- [**bug**] nav: change defunct keyboard shortcuts [#344](https://github.com/McShelby/hugo-theme-relearn/issues/344) diff --git a/exampleSite/content/basics/history/5/3/002.pir.md b/exampleSite/content/basics/history/5/3/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/3/003.en.md b/exampleSite/content/basics/history/5/3/003.en.md new file mode 100644 index 0000000000..3b47347613 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/003.en.md @@ -0,0 +1,5 @@ +## 5.3.3 (2022-10-09) + +### Fixes + +- [**bug**] archetypes: fix frontmatter on home.md template [#346](https://github.com/McShelby/hugo-theme-relearn/issues/346) diff --git a/exampleSite/content/basics/history/5/3/003.pir.md b/exampleSite/content/basics/history/5/3/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/3/_index.en.md b/exampleSite/content/basics/history/5/3/_index.en.md new file mode 100644 index 0000000000..c6ffb9c187 --- /dev/null +++ b/exampleSite/content/basics/history/5/3/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.3" +type = "changelog" +weight = -3 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/3/_index.pir.md b/exampleSite/content/basics/history/5/3/_index.pir.md new file mode 100644 index 0000000000..f7510bc1da --- /dev/null +++ b/exampleSite/content/basics/history/5/3/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.3" +type = "changelog" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/4/000.en.md b/exampleSite/content/basics/history/5/4/000.en.md new file mode 100644 index 0000000000..599a496d85 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/000.en.md @@ -0,0 +1,10 @@ +## 5.4.0 (2022-11-01) + +### Enhancements + +- [**feature**] math: allow passing of parameters with codefence syntax [#363](https://github.com/McShelby/hugo-theme-relearn/issues/363) +- [**feature**] i18n: add Finnish translation [#361](https://github.com/McShelby/hugo-theme-relearn/issues/361) +- [**feature**] mermaid: allow passing of parameters with codefence syntax [#360](https://github.com/McShelby/hugo-theme-relearn/issues/360) +- [**feature**] i18n: support RTL [#357](https://github.com/McShelby/hugo-theme-relearn/issues/357) +- [**feature**][**change**] button: add option for target [#351](https://github.com/McShelby/hugo-theme-relearn/issues/351) +- [**feature**][**change**] theme: allow to be served by file:// protocol [#349](https://github.com/McShelby/hugo-theme-relearn/issues/349) diff --git a/exampleSite/content/basics/history/5/4/000.pir.md b/exampleSite/content/basics/history/5/4/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/4/001.en.md b/exampleSite/content/basics/history/5/4/001.en.md new file mode 100644 index 0000000000..29c75ab913 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/001.en.md @@ -0,0 +1,5 @@ +## 5.4.1 (2022-11-05) + +### Fixes + +- [**bug**] mermaid: fix Gantt chart width [#365](https://github.com/McShelby/hugo-theme-relearn/issues/365) diff --git a/exampleSite/content/basics/history/5/4/001.pir.md b/exampleSite/content/basics/history/5/4/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/4/002.en.md b/exampleSite/content/basics/history/5/4/002.en.md new file mode 100644 index 0000000000..2c594286cd --- /dev/null +++ b/exampleSite/content/basics/history/5/4/002.en.md @@ -0,0 +1,5 @@ +## 5.4.2 (2022-11-05) + +### Maintenance + +- [**task**] build: change set-output to env vars [#348](https://github.com/McShelby/hugo-theme-relearn/issues/348) diff --git a/exampleSite/content/basics/history/5/4/002.pir.md b/exampleSite/content/basics/history/5/4/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/4/003.en.md b/exampleSite/content/basics/history/5/4/003.en.md new file mode 100644 index 0000000000..eac64803f7 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/003.en.md @@ -0,0 +1,9 @@ +## 5.4.3 (2022-11-05) + +### Enhancements + +- [**feature**] history: refactor for a11y [#341](https://github.com/McShelby/hugo-theme-relearn/issues/341) + +### Fixes + +- [**bug**] theme: fix multilang links when site served from subdirectory [#370](https://github.com/McShelby/hugo-theme-relearn/issues/370) diff --git a/exampleSite/content/basics/history/5/4/003.pir.md b/exampleSite/content/basics/history/5/4/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/4/_index.en.md b/exampleSite/content/basics/history/5/4/_index.en.md new file mode 100644 index 0000000000..d50e525b58 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/4/_index.pir.md b/exampleSite/content/basics/history/5/4/_index.pir.md new file mode 100644 index 0000000000..24f5049603 --- /dev/null +++ b/exampleSite/content/basics/history/5/4/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.4" +type = "changelog" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/5/000.en.md b/exampleSite/content/basics/history/5/5/000.en.md new file mode 100644 index 0000000000..87ad8e28c8 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/000.en.md @@ -0,0 +1,10 @@ +## 5.5.0 (2022-11-06) + +### Enhancements + +- [**feature**][**change**] theme: optimize page load for images [#304](https://github.com/McShelby/hugo-theme-relearn/issues/304) + +### Fixes + +- [**bug**] theme: fix context in render hooks [#373](https://github.com/McShelby/hugo-theme-relearn/issues/373) +- [**bug**] print: make canonical URL absolute [#371](https://github.com/McShelby/hugo-theme-relearn/issues/371) diff --git a/exampleSite/content/basics/history/5/5/000.pir.md b/exampleSite/content/basics/history/5/5/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/5/001.en.md b/exampleSite/content/basics/history/5/5/001.en.md new file mode 100644 index 0000000000..ff7b0dbf85 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/001.en.md @@ -0,0 +1,5 @@ +## 5.5.1 (2022-11-07) + +### Fixes + +- [**bug**] theme: fix overflowing issue with anchors and tooltips [#364](https://github.com/McShelby/hugo-theme-relearn/issues/364) diff --git a/exampleSite/content/basics/history/5/5/001.pir.md b/exampleSite/content/basics/history/5/5/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/5/002.en.md b/exampleSite/content/basics/history/5/5/002.en.md new file mode 100644 index 0000000000..2184d1bf3f --- /dev/null +++ b/exampleSite/content/basics/history/5/5/002.en.md @@ -0,0 +1,6 @@ +## 5.5.2 (2022-11-08) + +### Fixes + +- [**bug**] theme: fix typo in 404.html [#376](https://github.com/McShelby/hugo-theme-relearn/issues/376) +- [**bug**] theme: allow menu items and children to be served by file:// protocol [#375](https://github.com/McShelby/hugo-theme-relearn/issues/375) diff --git a/exampleSite/content/basics/history/5/5/002.pir.md b/exampleSite/content/basics/history/5/5/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/5/003.en.md b/exampleSite/content/basics/history/5/5/003.en.md new file mode 100644 index 0000000000..32b7f4c503 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/003.en.md @@ -0,0 +1,5 @@ +## 5.5.3 (2022-11-10) + +### Fixes + +- [**bug**] tags: fix non-latin tag display on pages [#378](https://github.com/McShelby/hugo-theme-relearn/issues/378) diff --git a/exampleSite/content/basics/history/5/5/003.pir.md b/exampleSite/content/basics/history/5/5/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/5/_index.en.md b/exampleSite/content/basics/history/5/5/_index.en.md new file mode 100644 index 0000000000..400bbb6df7 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.5" +type = "changelog" +weight = -5 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/5/_index.pir.md b/exampleSite/content/basics/history/5/5/_index.pir.md new file mode 100644 index 0000000000..286b65b9c8 --- /dev/null +++ b/exampleSite/content/basics/history/5/5/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.5" +type = "changelog" +weight = -5 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/000.en.md b/exampleSite/content/basics/history/5/6/000.en.md new file mode 100644 index 0000000000..5f6fe83410 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/000.en.md @@ -0,0 +1,23 @@ +## 5.6.0 (2022-11-18) + +### Enhancements + +- [**feature**] toc: improve keyboard handling [#390](https://github.com/McShelby/hugo-theme-relearn/issues/390) +- [**feature**] search: improve keyboard handling [#387](https://github.com/McShelby/hugo-theme-relearn/issues/387) +- [**feature**] search: add dedicated search page [#386](https://github.com/McShelby/hugo-theme-relearn/issues/386) +- [**feature**] theme: make creation of generator meta tag configurable [#383](https://github.com/McShelby/hugo-theme-relearn/issues/383) +- [**feature**] theme: increase build performance [#380](https://github.com/McShelby/hugo-theme-relearn/issues/380) + +### Fixes + +- [**bug**] mermaid: avoid leading whitespace [#394](https://github.com/McShelby/hugo-theme-relearn/issues/394) +- [**bug**] theme: fix build errors when referencing SVGs in markdown [#393](https://github.com/McShelby/hugo-theme-relearn/issues/393) +- [**bug**] variant: avoid neon to leak into IE11 fallback [#392](https://github.com/McShelby/hugo-theme-relearn/issues/392) +- [**bug**] theme: fix urls for file:// protocol in sitemap [#385](https://github.com/McShelby/hugo-theme-relearn/issues/385) +- [**bug**] theme: add id to h1 elements [#384](https://github.com/McShelby/hugo-theme-relearn/issues/384) +- [**bug**] rss: fix display of hidden subpages [#382](https://github.com/McShelby/hugo-theme-relearn/issues/382) +- [**bug**] nav: fix key navigation when pressing wrong modifiers [#379](https://github.com/McShelby/hugo-theme-relearn/issues/379) + +### Maintenance + +- [**task**] mermaid: update to version 9.2.2 [#391](https://github.com/McShelby/hugo-theme-relearn/issues/391) diff --git a/exampleSite/content/basics/history/5/6/000.pir.md b/exampleSite/content/basics/history/5/6/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/001.en.md b/exampleSite/content/basics/history/5/6/001.en.md new file mode 100644 index 0000000000..0404a150eb --- /dev/null +++ b/exampleSite/content/basics/history/5/6/001.en.md @@ -0,0 +1,5 @@ +## 5.6.1 (2022-11-19) + +### Fixes + +- [**bug**] theme: fix image distortion [#395](https://github.com/McShelby/hugo-theme-relearn/issues/395) diff --git a/exampleSite/content/basics/history/5/6/001.pir.md b/exampleSite/content/basics/history/5/6/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/002.en.md b/exampleSite/content/basics/history/5/6/002.en.md new file mode 100644 index 0000000000..426f9924be --- /dev/null +++ b/exampleSite/content/basics/history/5/6/002.en.md @@ -0,0 +1,5 @@ +## 5.6.2 (2022-11-19) + +### Fixes + +- [**bug**] theme: build breaks sites without "output" section in config [#396](https://github.com/McShelby/hugo-theme-relearn/issues/396) diff --git a/exampleSite/content/basics/history/5/6/002.pir.md b/exampleSite/content/basics/history/5/6/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/003.en.md b/exampleSite/content/basics/history/5/6/003.en.md new file mode 100644 index 0000000000..d86510755a --- /dev/null +++ b/exampleSite/content/basics/history/5/6/003.en.md @@ -0,0 +1,5 @@ +## 5.6.3 (2022-11-19) + +### Fixes + +- [**bug**] theme: be compatible with Hugo >= 0.95.0 [#397](https://github.com/McShelby/hugo-theme-relearn/issues/397) diff --git a/exampleSite/content/basics/history/5/6/003.pir.md b/exampleSite/content/basics/history/5/6/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/004.en.md b/exampleSite/content/basics/history/5/6/004.en.md new file mode 100644 index 0000000000..613e2756a2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/004.en.md @@ -0,0 +1,5 @@ +## 5.6.4 (2022-11-19) + +### Fixes + +- [**bug**] theme: make alias pages usable by file:// protocol [#398](https://github.com/McShelby/hugo-theme-relearn/issues/398) diff --git a/exampleSite/content/basics/history/5/6/004.pir.md b/exampleSite/content/basics/history/5/6/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/005.en.md b/exampleSite/content/basics/history/5/6/005.en.md new file mode 100644 index 0000000000..8f4f2817b0 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/005.en.md @@ -0,0 +1,5 @@ +## 5.6.5 (2022-11-19) + +### Fixes + +- [**bug**] menu: relax usage of background color [#399](https://github.com/McShelby/hugo-theme-relearn/issues/399) diff --git a/exampleSite/content/basics/history/5/6/005.pir.md b/exampleSite/content/basics/history/5/6/005.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/005.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/006.en.md b/exampleSite/content/basics/history/5/6/006.en.md new file mode 100644 index 0000000000..1175d6135f --- /dev/null +++ b/exampleSite/content/basics/history/5/6/006.en.md @@ -0,0 +1,10 @@ +## 5.6.6 (2022-11-23) + +### Enhancements + +- [**feature**] search: make build and js forgiving against config errors [#400](https://github.com/McShelby/hugo-theme-relearn/issues/400) + +### Fixes + +- [**bug**] variant: minor color adjustments [#402](https://github.com/McShelby/hugo-theme-relearn/issues/402) +- [**bug**] variant: fix generator for use of neon [#401](https://github.com/McShelby/hugo-theme-relearn/issues/401) diff --git a/exampleSite/content/basics/history/5/6/006.pir.md b/exampleSite/content/basics/history/5/6/006.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/6/006.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/6/_index.en.md b/exampleSite/content/basics/history/5/6/_index.en.md new file mode 100644 index 0000000000..4f78dca44b --- /dev/null +++ b/exampleSite/content/basics/history/5/6/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.6" +type = "changelog" +weight = -6 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/6/_index.pir.md b/exampleSite/content/basics/history/5/6/_index.pir.md new file mode 100644 index 0000000000..2c8df941ba --- /dev/null +++ b/exampleSite/content/basics/history/5/6/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.6" +type = "changelog" +weight = -6 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/7/000.en.md b/exampleSite/content/basics/history/5/7/000.en.md new file mode 100644 index 0000000000..389a86cf19 --- /dev/null +++ b/exampleSite/content/basics/history/5/7/000.en.md @@ -0,0 +1,15 @@ +## 5.7.0 (2022-11-29) + +### Enhancements + +- [**feature**] button: refactor for a11y [#372](https://github.com/McShelby/hugo-theme-relearn/issues/372) + +### Fixes + +- [**bug**] search: don't freeze browser on long search terms [#408](https://github.com/McShelby/hugo-theme-relearn/issues/408) +- [**bug**] search: fix searchbox placeholder color in FF and IE [#405](https://github.com/McShelby/hugo-theme-relearn/issues/405) +- [**bug**][**change**] i18n: rename Korean translation from country to lang code [#404](https://github.com/McShelby/hugo-theme-relearn/issues/404) + +### Maintenance + +- [**task**] search: update lunr languages to 1.10.0 [#403](https://github.com/McShelby/hugo-theme-relearn/issues/403) diff --git a/exampleSite/content/basics/history/5/7/000.pir.md b/exampleSite/content/basics/history/5/7/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/7/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/7/_index.en.md b/exampleSite/content/basics/history/5/7/_index.en.md new file mode 100644 index 0000000000..80e56168cd --- /dev/null +++ b/exampleSite/content/basics/history/5/7/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.7" +type = "changelog" +weight = -7 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/7/_index.pir.md b/exampleSite/content/basics/history/5/7/_index.pir.md new file mode 100644 index 0000000000..1a9e8b5103 --- /dev/null +++ b/exampleSite/content/basics/history/5/7/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.7" +type = "changelog" +weight = -7 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/8/000.en.md b/exampleSite/content/basics/history/5/8/000.en.md new file mode 100644 index 0000000000..f4a79d0795 --- /dev/null +++ b/exampleSite/content/basics/history/5/8/000.en.md @@ -0,0 +1,12 @@ +## 5.8.0 (2022-12-08) + +### Enhancements + +- [**feature**] icon: add new shortcode [#412](https://github.com/McShelby/hugo-theme-relearn/issues/412) +- [**feature**] theme: style and document markdown extensions [#411](https://github.com/McShelby/hugo-theme-relearn/issues/411) +- [**feature**] badge: add new shortcode [#410](https://github.com/McShelby/hugo-theme-relearn/issues/410) +- [**feature**] theme: add accent color [#409](https://github.com/McShelby/hugo-theme-relearn/issues/409) + +### Fixes + +- [**bug**] theme: fix spacing for tag flyout in FF [#413](https://github.com/McShelby/hugo-theme-relearn/issues/413) diff --git a/exampleSite/content/basics/history/5/8/000.pir.md b/exampleSite/content/basics/history/5/8/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/8/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/8/001.en.md b/exampleSite/content/basics/history/5/8/001.en.md new file mode 100644 index 0000000000..1d00b2eae3 --- /dev/null +++ b/exampleSite/content/basics/history/5/8/001.en.md @@ -0,0 +1,5 @@ +## 5.8.1 (2022-12-11) + +### Fixes + +- [**bug**] theme: fix alias for home page if defaultContentLanguageInSubdir=true [#414](https://github.com/McShelby/hugo-theme-relearn/issues/414) diff --git a/exampleSite/content/basics/history/5/8/001.pir.md b/exampleSite/content/basics/history/5/8/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/8/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/8/_index.en.md b/exampleSite/content/basics/history/5/8/_index.en.md new file mode 100644 index 0000000000..b613eac87b --- /dev/null +++ b/exampleSite/content/basics/history/5/8/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.8" +type = "changelog" +weight = -8 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/8/_index.pir.md b/exampleSite/content/basics/history/5/8/_index.pir.md new file mode 100644 index 0000000000..2327b4b475 --- /dev/null +++ b/exampleSite/content/basics/history/5/8/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.8" +type = "changelog" +weight = -8 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/000.en.md b/exampleSite/content/basics/history/5/9/000.en.md new file mode 100644 index 0000000000..3791b92a4a --- /dev/null +++ b/exampleSite/content/basics/history/5/9/000.en.md @@ -0,0 +1,10 @@ +## 5.9.0 (2022-12-23) + +### Enhancements + +- [**feature**][**change**] theme: open external links in separate tab [#419](https://github.com/McShelby/hugo-theme-relearn/issues/419) +- [**feature**] theme: make it a Hugo module [#417](https://github.com/McShelby/hugo-theme-relearn/issues/417) + +### Fixes + +- [**bug**][**change**] attachments: fix incorrect links for defaultContentLanguageInSubdir=true [#425](https://github.com/McShelby/hugo-theme-relearn/issues/425) diff --git a/exampleSite/content/basics/history/5/9/000.pir.md b/exampleSite/content/basics/history/5/9/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/001.en.md b/exampleSite/content/basics/history/5/9/001.en.md new file mode 100644 index 0000000000..03354ec4ab --- /dev/null +++ b/exampleSite/content/basics/history/5/9/001.en.md @@ -0,0 +1,5 @@ +## 5.9.1 (2022-12-23) + +### Enhancements + +- [**feature**] theme: make external link target configurable [#426](https://github.com/McShelby/hugo-theme-relearn/issues/426) diff --git a/exampleSite/content/basics/history/5/9/001.pir.md b/exampleSite/content/basics/history/5/9/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/002.en.md b/exampleSite/content/basics/history/5/9/002.en.md new file mode 100644 index 0000000000..90b6d8bc1e --- /dev/null +++ b/exampleSite/content/basics/history/5/9/002.en.md @@ -0,0 +1,5 @@ +## 5.9.2 (2022-12-30) + +### Fixes + +- [**bug**] search: apply dependency scripts for Hindi and Japanese [#427](https://github.com/McShelby/hugo-theme-relearn/issues/427) diff --git a/exampleSite/content/basics/history/5/9/002.pir.md b/exampleSite/content/basics/history/5/9/002.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/002.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/003.en.md b/exampleSite/content/basics/history/5/9/003.en.md new file mode 100644 index 0000000000..94a4e23cfc --- /dev/null +++ b/exampleSite/content/basics/history/5/9/003.en.md @@ -0,0 +1,10 @@ +## 5.9.3 (2023-01-22) + +### Fixes + +- [**bug**] nav: fix left/right navigation for horizontal scrolling [#435](https://github.com/McShelby/hugo-theme-relearn/issues/435) +- [**bug**][**breaking**] theme: allow pages on top level [#434](https://github.com/McShelby/hugo-theme-relearn/issues/434) + +### Maintenance + +- [**task**] build: switch to wildcard version of actions [#428](https://github.com/McShelby/hugo-theme-relearn/issues/428) diff --git a/exampleSite/content/basics/history/5/9/003.pir.md b/exampleSite/content/basics/history/5/9/003.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/003.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/004.en.md b/exampleSite/content/basics/history/5/9/004.en.md new file mode 100644 index 0000000000..7201f0b6e3 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/004.en.md @@ -0,0 +1,5 @@ +## 5.9.4 (2023-01-23) + +### Fixes + +- [**bug**] variant: fix search icon and text color [#437](https://github.com/McShelby/hugo-theme-relearn/issues/437) diff --git a/exampleSite/content/basics/history/5/9/004.pir.md b/exampleSite/content/basics/history/5/9/004.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/004.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/9/_index.en.md b/exampleSite/content/basics/history/5/9/_index.en.md new file mode 100644 index 0000000000..49e5692904 --- /dev/null +++ b/exampleSite/content/basics/history/5/9/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.9" +type = "changelog" +weight = -9 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/5/9/_index.pir.md b/exampleSite/content/basics/history/5/9/_index.pir.md new file mode 100644 index 0000000000..d469c1b8db --- /dev/null +++ b/exampleSite/content/basics/history/5/9/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.9" +type = "changelog" +weight = -9 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/5/_index.en.md b/exampleSite/content/basics/history/5/_index.en.md new file mode 100644 index 0000000000..9f29695a00 --- /dev/null +++ b/exampleSite/content/basics/history/5/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 5" +type = "changelog" +weight = -5 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/5/_index.pir.md b/exampleSite/content/basics/history/5/_index.pir.md new file mode 100644 index 0000000000..d935d9f8a0 --- /dev/null +++ b/exampleSite/content/basics/history/5/_index.pir.md @@ -0,0 +1,7 @@ ++++ +disableToc = false +title = "Version 5" +type = "changelog" +weight = -5 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/0/000.en.md b/exampleSite/content/basics/history/6/0/000.en.md new file mode 100644 index 0000000000..2155d551a1 --- /dev/null +++ b/exampleSite/content/basics/history/6/0/000.en.md @@ -0,0 +1,25 @@ +## 6.0.0 (2024-04-27) + +### Enhancements + +- [**feature**][**breaking**] theme: unify description [#845](https://github.com/McShelby/hugo-theme-relearn/issues/845) +- [**feature**] schema: add schema support in meta data [#844](https://github.com/McShelby/hugo-theme-relearn/issues/844) +- [**feature**] include: use Hugo's resources [#835](https://github.com/McShelby/hugo-theme-relearn/issues/835) +- [**feature**] math: allow to work with Hugo's passthrough configuration [#832](https://github.com/McShelby/hugo-theme-relearn/issues/832) +- [**feature**] i18n: add Romanian translation [#828](https://github.com/McShelby/hugo-theme-relearn/issues/828) +- [**feature**][**breaking**] menu: remove menuTitle frontmatter [#714](https://github.com/McShelby/hugo-theme-relearn/issues/714) +- [**feature**][**breaking**] theme: end support for Internet Explorer 11 [#584](https://github.com/McShelby/hugo-theme-relearn/issues/584) + +### Fixes + +- [**bug**] frontmatter: move frontmatter config for exampleSite out of root [#843](https://github.com/McShelby/hugo-theme-relearn/issues/843) +- [**bug**] images: color outline using primary color [#838](https://github.com/McShelby/hugo-theme-relearn/issues/838) +- [**bug**][**breaking**] variant: avoid Hugo permission errors on build [#831](https://github.com/McShelby/hugo-theme-relearn/issues/831) +- [**bug**] theme: unwanted paragraph break with AsciiDoc [#829](https://github.com/McShelby/hugo-theme-relearn/issues/829) + +### Maintenance + +- [**task**][**breaking**] swagger: remove shortcode [#847](https://github.com/McShelby/hugo-theme-relearn/issues/847) +- [**task**][**breaking**] search: remove JSON outputformat for search index [#846](https://github.com/McShelby/hugo-theme-relearn/issues/846) +- [**task**] theme: sync to Hugo's implementation [#841](https://github.com/McShelby/hugo-theme-relearn/issues/841) +- [**task**][**change**] fontawesome: update to 6.5.2 [#834](https://github.com/McShelby/hugo-theme-relearn/issues/834) diff --git a/exampleSite/content/basics/history/6/0/000.pir.md b/exampleSite/content/basics/history/6/0/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/0/_index.en.md b/exampleSite/content/basics/history/6/0/_index.en.md new file mode 100644 index 0000000000..8cf845e604 --- /dev/null +++ b/exampleSite/content/basics/history/6/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/6/0/_index.pir.md b/exampleSite/content/basics/history/6/0/_index.pir.md new file mode 100644 index 0000000000..06a0fae41e --- /dev/null +++ b/exampleSite/content/basics/history/6/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/1/000.en.md b/exampleSite/content/basics/history/6/1/000.en.md new file mode 100644 index 0000000000..9a616e0f8f --- /dev/null +++ b/exampleSite/content/basics/history/6/1/000.en.md @@ -0,0 +1,29 @@ +## 6.1.0 (2024-08-02) + +### Enhancements + +- [**feature**][**change**] assetbuster: use asset buster for all resources [#875](https://github.com/McShelby/hugo-theme-relearn/issues/875) +- [**feature**] theme: sync to Hugo changes for PublishDate [#872](https://github.com/McShelby/hugo-theme-relearn/issues/872) +- [**feature**] theme: allow errorlevel override on page level [#870](https://github.com/McShelby/hugo-theme-relearn/issues/870) +- [**feature**] relref: provide shortcodes to lift certain restrictions [#864](https://github.com/McShelby/hugo-theme-relearn/issues/864) +- [**feature**] openapi: adjust to Hugo's build-in link render hook [#860](https://github.com/McShelby/hugo-theme-relearn/issues/860) +- [**feature**][**change**] include: adjust to Hugo's build-in link render hook [#859](https://github.com/McShelby/hugo-theme-relearn/issues/859) + +### Fixes + +- [**bug**] variant: auto variant references potentially wrong chroma style [#873](https://github.com/McShelby/hugo-theme-relearn/issues/873) +- [**bug**] schema: sync to Hugo changes for LanguageCode [#866](https://github.com/McShelby/hugo-theme-relearn/issues/866) +- [**bug**] taxonomy: simplify code [#852](https://github.com/McShelby/hugo-theme-relearn/issues/852) +- [**bug**] alias: index.html has displays error in content [#851](https://github.com/McShelby/hugo-theme-relearn/issues/851) + +### Maintenance + +- [**task**] icon: update Font Awesome to 6.6.0 [#881](https://github.com/McShelby/hugo-theme-relearn/issues/881) +- [**task**] math: update MathJax to 3.2.2 [#880](https://github.com/McShelby/hugo-theme-relearn/issues/880) +- [**task**] openapi: update swagger-ui to 5.17.14 [#879](https://github.com/McShelby/hugo-theme-relearn/issues/879) +- [**task**] mermaid: update to 10.9.1 [#878](https://github.com/McShelby/hugo-theme-relearn/issues/878) +- [**task**] theme: remove special cases for LanguageCode [#861](https://github.com/McShelby/hugo-theme-relearn/issues/861) +- [**task**] link: adjust to Hugo's build-in code [#858](https://github.com/McShelby/hugo-theme-relearn/issues/858) +- [**task**] image: adjust to Hugo's build-in code [#857](https://github.com/McShelby/hugo-theme-relearn/issues/857) +- [**task**] opengraph: sync to Hugo’s implementation [#856](https://github.com/McShelby/hugo-theme-relearn/issues/856) +- [**task**] i18n: improve file naming [#848](https://github.com/McShelby/hugo-theme-relearn/issues/848) diff --git a/exampleSite/content/basics/history/6/1/000.pir.md b/exampleSite/content/basics/history/6/1/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/1/001.en.md b/exampleSite/content/basics/history/6/1/001.en.md new file mode 100644 index 0000000000..225ad923b7 --- /dev/null +++ b/exampleSite/content/basics/history/6/1/001.en.md @@ -0,0 +1,5 @@ +## 6.1.1 (2024-08-02) + +### Fixes + +- [**bug**] link: link resolving stopped working in certain configurations [#882](https://github.com/McShelby/hugo-theme-relearn/issues/882) diff --git a/exampleSite/content/basics/history/6/1/001.pir.md b/exampleSite/content/basics/history/6/1/001.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/1/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/1/_index.en.md b/exampleSite/content/basics/history/6/1/_index.en.md new file mode 100644 index 0000000000..ac65e84d74 --- /dev/null +++ b/exampleSite/content/basics/history/6/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/6/1/_index.pir.md b/exampleSite/content/basics/history/6/1/_index.pir.md new file mode 100644 index 0000000000..b2f8429496 --- /dev/null +++ b/exampleSite/content/basics/history/6/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.1" +type = "changelog" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/2/000.en.md b/exampleSite/content/basics/history/6/2/000.en.md new file mode 100644 index 0000000000..44f08fe256 --- /dev/null +++ b/exampleSite/content/basics/history/6/2/000.en.md @@ -0,0 +1,14 @@ +## 6.2.0 (2024-08-26) + +### Enhancements + +- [**feature**][**change**] anchor: add option to scroll into view [#886](https://github.com/McShelby/hugo-theme-relearn/issues/886) +- [**feature**] theme: support for GitHub styled alerts [#885](https://github.com/McShelby/hugo-theme-relearn/issues/885) + +### Fixes + +- [**bug**] arrownav: avoid rude event handling for form elements [#887](https://github.com/McShelby/hugo-theme-relearn/issues/887) + +### Maintenance + +- [**task**] 404: move styles to separate file [#889](https://github.com/McShelby/hugo-theme-relearn/issues/889) diff --git a/exampleSite/content/basics/history/6/2/000.pir.md b/exampleSite/content/basics/history/6/2/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/2/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/2/_index.en.md b/exampleSite/content/basics/history/6/2/_index.en.md new file mode 100644 index 0000000000..649cf76147 --- /dev/null +++ b/exampleSite/content/basics/history/6/2/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.2" +type = "changelog" +weight = -2 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/6/2/_index.pir.md b/exampleSite/content/basics/history/6/2/_index.pir.md new file mode 100644 index 0000000000..768e20e667 --- /dev/null +++ b/exampleSite/content/basics/history/6/2/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.2" +type = "changelog" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/3/000.en.md b/exampleSite/content/basics/history/6/3/000.en.md new file mode 100644 index 0000000000..4952e39080 --- /dev/null +++ b/exampleSite/content/basics/history/6/3/000.en.md @@ -0,0 +1,18 @@ +## 6.3.0 (2024-09-03) + +### Enhancements + +- [**feature**] theme: support Obsidian styled alerts [#903](https://github.com/McShelby/hugo-theme-relearn/issues/903) +- [**feature**] notice: add expander to box title [#901](https://github.com/McShelby/hugo-theme-relearn/issues/901) + +### Fixes + +- [**bug**] children: fix sort parameter [#898](https://github.com/McShelby/hugo-theme-relearn/issues/898) +- [**bug**] mermaid: classDiagram breaks when using <> [#895](https://github.com/McShelby/hugo-theme-relearn/issues/895) +- [**bug**] toc: don't show toc button if empty [#893](https://github.com/McShelby/hugo-theme-relearn/issues/893) + +### Maintenance + +- [**task**] mermaid: update to 11.1.0 [#904](https://github.com/McShelby/hugo-theme-relearn/issues/904) +- [**task**][**change**] expand: rename `open` parameter to `expanded` [#902](https://github.com/McShelby/hugo-theme-relearn/issues/902) +- [**task**] i18n: update Arabic translation [#900](https://github.com/McShelby/hugo-theme-relearn/issues/900) diff --git a/exampleSite/content/basics/history/6/3/000.pir.md b/exampleSite/content/basics/history/6/3/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/3/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/3/_index.en.md b/exampleSite/content/basics/history/6/3/_index.en.md new file mode 100644 index 0000000000..a84f1fd94b --- /dev/null +++ b/exampleSite/content/basics/history/6/3/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.3" +type = "changelog" +weight = -3 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/6/3/_index.pir.md b/exampleSite/content/basics/history/6/3/_index.pir.md new file mode 100644 index 0000000000..0c8018ac74 --- /dev/null +++ b/exampleSite/content/basics/history/6/3/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.3" +type = "changelog" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/4/000.en.md b/exampleSite/content/basics/history/6/4/000.en.md new file mode 100644 index 0000000000..d0711c04c1 --- /dev/null +++ b/exampleSite/content/basics/history/6/4/000.en.md @@ -0,0 +1,17 @@ +## 6.4.0 (2024-09-12) + +### Enhancements + +- [**feature**] notice: support user defined box styles [#913](https://github.com/McShelby/hugo-theme-relearn/issues/913) +- [**feature**] frontmatter: add `expanded` parameter for shortcodes [#911](https://github.com/McShelby/hugo-theme-relearn/issues/911) +- [**feature**] resources: add `expanded` parameter [#908](https://github.com/McShelby/hugo-theme-relearn/issues/908) +- [**feature**][**change**] notice: collapse borders if single code block is displayed [#906](https://github.com/McShelby/hugo-theme-relearn/issues/906) + +### Fixes + +- [**bug**] include: don't erroneously remove headings if `hidefirstheading=true` [#914](https://github.com/McShelby/hugo-theme-relearn/issues/914) + +### Maintenance + +- [**task**] build: add link for migration into changelog [#915](https://github.com/McShelby/hugo-theme-relearn/issues/915) +- [**task**] shortcodes: fix whitespace issues [#907](https://github.com/McShelby/hugo-theme-relearn/issues/907) diff --git a/exampleSite/content/basics/history/6/4/000.pir.md b/exampleSite/content/basics/history/6/4/000.pir.md new file mode 100644 index 0000000000..c18d8dfcb2 --- /dev/null +++ b/exampleSite/content/basics/history/6/4/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/4/_index.en.md b/exampleSite/content/basics/history/6/4/_index.en.md new file mode 100644 index 0000000000..8cf10b1353 --- /dev/null +++ b/exampleSite/content/basics/history/6/4/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.4" +type = "changelog" +weight = -4 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/6/4/_index.pir.md b/exampleSite/content/basics/history/6/4/_index.pir.md new file mode 100644 index 0000000000..5b6812c528 --- /dev/null +++ b/exampleSite/content/basics/history/6/4/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.4" +type = "changelog" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/6/_index.en.md b/exampleSite/content/basics/history/6/_index.en.md new file mode 100644 index 0000000000..a197da6839 --- /dev/null +++ b/exampleSite/content/basics/history/6/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6" +type = "changelog" +weight = -6 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/6/_index.pir.md b/exampleSite/content/basics/history/6/_index.pir.md new file mode 100644 index 0000000000..c4a7783269 --- /dev/null +++ b/exampleSite/content/basics/history/6/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6" +type = "changelog" +weight = -6 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/7/0/_index.en.md b/exampleSite/content/basics/history/7/0/_index.en.md new file mode 100644 index 0000000000..96a123a358 --- /dev/null +++ b/exampleSite/content/basics/history/7/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/basics/history/7/0/_index.pir.md b/exampleSite/content/basics/history/7/0/_index.pir.md new file mode 100644 index 0000000000..e24026ca07 --- /dev/null +++ b/exampleSite/content/basics/history/7/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.0" +type = "changelog" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/7/_index.en.md b/exampleSite/content/basics/history/7/_index.en.md new file mode 100644 index 0000000000..43fb1e4545 --- /dev/null +++ b/exampleSite/content/basics/history/7/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7" +type = "changelog" +weight = -7 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/basics/history/7/_index.pir.md b/exampleSite/content/basics/history/7/_index.pir.md new file mode 100644 index 0000000000..e34a1feffb --- /dev/null +++ b/exampleSite/content/basics/history/7/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7" +type = "changelog" +weight = -7 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/history/_index.en.md b/exampleSite/content/basics/history/_index.en.md index a6d92f3ebc..c08dc4ed35 100644 --- a/exampleSite/content/basics/history/_index.en.md +++ b/exampleSite/content/basics/history/_index.en.md @@ -1,6 +1,14 @@ +++ disableToc = false -title = "History" +title = "Changelog" +type = "changelog" weight = 30 +++ -{{% include "CHANGELOG.md" true %}} + +{{% pages showdivider="true" showhidden="true" hidevisible="true" showtitle="true" %}} + +--- + +## Older Versions + +{{% children %}} diff --git a/exampleSite/content/basics/history/_index.pir.md b/exampleSite/content/basics/history/_index.pir.md index bbedda944c..d049abed8d 100644 --- a/exampleSite/content/basics/history/_index.pir.md +++ b/exampleSite/content/basics/history/_index.pir.md @@ -1,6 +1,7 @@ +++ disableToc = false -title = "Historrry" +title = "Changelog" +type = "changelog" weight = 30 +++ -{{< piratify >}} \ No newline at end of file +{{< piratify >}} diff --git a/exampleSite/content/basics/releasenotes/1.en.md b/exampleSite/content/basics/releasenotes/1/0.en.md similarity index 53% rename from exampleSite/content/basics/releasenotes/1.en.md rename to exampleSite/content/basics/releasenotes/1/0.en.md index 9790332b3b..bd0cc29ce5 100644 --- a/exampleSite/content/basics/releasenotes/1.en.md +++ b/exampleSite/content/basics/releasenotes/1/0.en.md @@ -1,31 +1,11 @@ +++ -title = "Version 1" +disableToc = false +hidden = true +title = "Version 1.0" type = "releasenotes" -weight = -1 +weight = -0 +++ - - -## 1.2.0 (2021-07-26) {#120} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode [`expand`](shortcodes/expand) with new parameter to open on page load. - ---- - -## 1.1.0 (2021-07-02) {#110} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} [Mermaid](shortcodes/mermaid) diagrams can now be panned and zoomed. This isn't configurable yet. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [`Mermaid`](shortcodes/mermaid#configuration) config options can be set in `hugo.toml`. - ---- - ## 1.0.0 (2021-07-01) {#100} ### Hugo 0.65.0 diff --git a/exampleSite/content/basics/releasenotes/1/0.pir.md b/exampleSite/content/basics/releasenotes/1/0.pir.md new file mode 100644 index 0000000000..4ceae6b366 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/1/1.en.md b/exampleSite/content/basics/releasenotes/1/1.en.md new file mode 100644 index 0000000000..736c384e05 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/1.en.md @@ -0,0 +1,17 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.1" +type = "releasenotes" +weight = -1 ++++ + +## 1.1.0 (2021-07-02) {#110} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} [Mermaid](shortcodes/mermaid) diagrams can now be panned and zoomed. This isn't configurable yet. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [`Mermaid`](shortcodes/mermaid#configuration) config options can be set in `hugo.toml`. diff --git a/exampleSite/content/basics/releasenotes/1/1.pir.md b/exampleSite/content/basics/releasenotes/1/1.pir.md new file mode 100644 index 0000000000..19a2f5d382 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/1/2.en.md b/exampleSite/content/basics/releasenotes/1/2.en.md new file mode 100644 index 0000000000..1e31726f4b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/2.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.2" +type = "releasenotes" +weight = -2 ++++ + +## 1.2.0 (2021-07-26) {#120} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode [`expand`](shortcodes/expand) with new parameter to open on page load. diff --git a/exampleSite/content/basics/releasenotes/1/2.pir.md b/exampleSite/content/basics/releasenotes/1/2.pir.md new file mode 100644 index 0000000000..19c799cb51 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 1.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/1/_index.en.md b/exampleSite/content/basics/releasenotes/1/_index.en.md new file mode 100644 index 0000000000..1778afbe33 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/1/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 1" +type = "releasenotes" +weight = -1 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/1.pir.md b/exampleSite/content/basics/releasenotes/1/_index.pir.md similarity index 81% rename from exampleSite/content/basics/releasenotes/1.pir.md rename to exampleSite/content/basics/releasenotes/1/_index.pir.md index fdf40e3b4d..e6894c42b1 100644 --- a/exampleSite/content/basics/releasenotes/1.pir.md +++ b/exampleSite/content/basics/releasenotes/1/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false title = "Version 1" type = "releasenotes" weight = -1 diff --git a/exampleSite/content/basics/releasenotes/2.en.md b/exampleSite/content/basics/releasenotes/2.en.md deleted file mode 100644 index ae7f77b991..0000000000 --- a/exampleSite/content/basics/releasenotes/2.en.md +++ /dev/null @@ -1,163 +0,0 @@ -+++ -title = "Version 2" -type = "releasenotes" -weight = -2 -+++ - - - -## 2.9.0 (2021-11-19) {#290} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release removes the themes implementation of `ref`/`relref` in favor for Hugo's standard implementation. This is because of inconsistencies with the themes implementation. In advantage, your project becomes standard compliant and exchanging this theme in your project to some other theme will be effortless. - - In a standard compliant form you must not link to the `*.md` file but to its logical name. You'll see, referencing other pages becomes much easier. All three types result in the same reference: - - | Type | Non-Standard | Standard | - |---------------|----------------------------------|------------------------| - | Branch bundle | `basics/configuration/_index.md` | `basics/configuration` | - | Leaf bundle | `basics/configuration/index.md` | `basics/configuration` | - | Page | `basics/configuration.md` | `basics/configuration` | - - If you've linked from a page of one language to a page of another language, conversion is a bit more difficult but [Hugo got you covered](https://gohugo.io/content-management/cross-references/#link-to-another-language-version) as well. - - Also, the old themes implementation allowed refs to non-existing content. This will cause Hugo's implementation to show the error below and abort the generation. If your project relies on this old behavior, you can [reconfigure the error handling](https://gohugo.io/content-management/cross-references/#link-to-another-language-version) of Hugo's implementation. - - In the best case your usage of the old implementation is already standard compliant and you don't need to change anything. You'll notice this very easily once you've started `hugo server` after an upgrade and no errors are written to the console. - - You may see errors on the console after the update in the form: - - ````shell - ERROR 2021/11/19 22:29:10 [en] REF_NOT_FOUND: Ref "basics/configuration/_index.md": "hugo-theme-relearn\exampleSite\content\_index.en.md:19:22": page not found - ```` - - In this case, you must apply one of two options: - - 1. Start up a text editor with regular expression support for search and replace. Search for `(ref\s+"[^"]*?)(?:/_index|/index)?(?:\.md)?(#[^"]*?)?"` and replace it by `$1$2"` in all `*.md` files. **This is the recommended choice**. - - 2. Copy the old implementation files `theme/hugo-theme-relearn/layouts/shortcode/ref.html` and `theme/hugo-theme-relearn/layouts/shortcode/relref.html` to your own projects `layouts/shortcode/ref.html` and `layouts/shortcode/relref.html` respectively. **This is not recommended** as your project will still rely on non-standard behavior afterwards. - ---- - -## 2.8.0 (2021-11-03) {#280} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Although never officially documented, this release removes the font `Novacento`/`Novecento`. If you use it in an overwritten CSS please replace it with `Work Sans`. This change was necessary as Novacento did not provide all Latin special characters and lead to mixed styled character text eg. for Czech. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports favicons served from `static/images/` named as `favicon` or `logo` in SVG, PNG or ICO format [out of the box](basics/branding#change-the-favicon). An overridden partial `layouts/partials/favicon.html` may not be necessary anymore in most cases. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can hide the table of contents menu for the whole site by setting the `disableToc` option in your `hugo.toml`. For an example see [the example configuration](basics/configuration). - ---- - -## 2.7.0 (2021-10-24) {#270} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Optional second parameter for [`notice`](shortcodes/notice) shortcode to set title in box header. - ---- - -## 2.6.0 (2021-10-21) {#260} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Your site can now be served from a subfolder if you set `baseURL` in your `hugo.toml`. See the [documentation](basics/customization#public-web-server-from-subdirectory) for a detailed example. - ---- - -## 2.5.0 (2021-10-08) {#250} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} New colors `--CODE-BLOCK-color` and `--CODE-BLOCK-BG-color` were added to provide a fallback for Hugo's syntax highlighting in case no language was given or the language is unsupported. Ideally the colors are set to the same values as the ones from your chosen chroma style. - ---- - -## 2.4.0 (2021-10-07) {#240} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Creation of customized stylesheets was simplified down to only contain the CSS variables. Everything else can and should be deleted from your custom stylesheet to assure everything works fine. For the predefined stylesheet variants, this change is already included. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in their according tags page. You can now turn off this behavior by setting `disableTagHiddenPages=true` in your `hugo.toml`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus for the whole site by setting the `alwaysopen` option in your `hugo.toml`. Please see further [documentation](cont/frontmatter#override-expand-state-rules-for-menu-entries) for possible values and default behavior. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New frontmatter `ordersectionsby` option to change immediate children sorting in menu and `children` shortcode. Possible values are `title` or `weight`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Alternate content of a page is now advertised in the HTML meta tags. See [Hugo documentation](https://gohugo.io/templates/rss/#reference-your-rss-feed-in-head). - ---- - -## 2.3.0 (2021-09-13) {#230} - -### Hugo 0.81.0 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.81.0{{% /badge %}} This release requires a newer Hugo version. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Showcase multilanguage features by providing a documentation translation "fer us pirrrates". There will be no other translations besides the original English one and the Pirates one due to maintenance constraints. - ---- - -## 2.2.0 (2021-09-09) {#220} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in the sitemap generated by Hugo and are therefore visible for search engine indexing. You can now turn off this behavior by setting `disableSeoHiddenPages=true` in your `hugo.toml`. - ---- - -## 2.1.0 (2021-09-07) {#210} - -### Hugo 0.69.0 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.69.0{{% /badge %}} This release requires a newer Hugo version. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In case the site's structure contains additional *.md files not part of the site (eg files that are meant to be included by site pages - see `CHANGELOG.md` in the exampleSite), they will now be ignored by the search. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are indexed for the site search by default. You can now turn off this behavior by setting `disableSearchHiddenPages=true` in your `hugo.toml`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a search term is found in an `expand` shortcode, the expand will be opened. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The menu will scroll the active item into view on load. - ---- - -## 2.0.0 (2021-08-28) {#200} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Syntax highlighting was switched to the [built in Hugo mechanism](https://gohugo.io/content-management/syntax-highlighting/). You may need to configure a new stylesheet or decide to roll you own as described on in the Hugo documentation - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the predefined stylesheets there was a typo and `--MENU-HOME-LINK-HOVERED-color` must be changed to `--MENU-HOME-LINK-HOVER-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} `--MENU-HOME-LINK-color` and `--MENU-HOME-LINK-HOVER-color` were missing in the documentation. You should add them to your custom stylesheets if you want to override the defaults. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Arrow navigation and `children` shortcode were ignoring setting for `ordersectionsby`. This is now changed and may result in different sorting order of your sub pages. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If hidden pages are accessed directly by typing their URL, they will be exposed in the menu. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} A page without a `title` will be treated as `hidden=true`. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus in the frontmatter. Please see further [documentation](cont/frontmatter#override-expand-state-rules-for-menu-entries) for possible values and default behavior. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partials for defining pre/post content for menu items and the content. See [documentation](basics/customization#partials) for further reading. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode [`children`](shortcodes/children) with new parameter `containerstyle`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New shortcode [`include`](shortcodes/include) to include arbitrary file content into a page. diff --git a/exampleSite/content/basics/releasenotes/2/0.en.md b/exampleSite/content/basics/releasenotes/2/0.en.md new file mode 100644 index 0000000000..d216f73356 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/0.en.md @@ -0,0 +1,33 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.0" +type = "releasenotes" +weight = -0 ++++ + +## 2.0.0 (2021-08-28) {#200} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Syntax highlighting was switched to the [built in Hugo mechanism](https://gohugo.io/content-management/syntax-highlighting/). You may need to configure a new stylesheet or decide to roll you own as described on in the Hugo documentation + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the predefined stylesheets there was a typo and `--MENU-HOME-LINK-HOVERED-color` must be changed to `--MENU-HOME-LINK-HOVER-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} `--MENU-HOME-LINK-color` and `--MENU-HOME-LINK-HOVER-color` were missing in the documentation. You should add them to your custom stylesheets if you want to override the defaults. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Arrow navigation and `children` shortcode were ignoring setting for `ordersectionsby`. This is now changed and may result in different sorting order of your sub pages. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If hidden pages are accessed directly by typing their URL, they will be exposed in the menu. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} A page without a `title` will be treated as `hidden=true`. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus in the frontmatter. Please see further [documentation](cont/frontmatter#override-expand-state-rules-for-menu-entries) for possible values and default behavior. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partials for defining pre/post content for menu items and the content. See [documentation](basics/customization#partials) for further reading. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode [`children`](shortcodes/children) with new parameter `containerstyle`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New shortcode [`include`](shortcodes/include) to include arbitrary file content into a page. diff --git a/exampleSite/content/basics/releasenotes/2/0.pir.md b/exampleSite/content/basics/releasenotes/2/0.pir.md new file mode 100644 index 0000000000..943aa7bee8 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/1.en.md b/exampleSite/content/basics/releasenotes/2/1.en.md new file mode 100644 index 0000000000..d235d80149 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/1.en.md @@ -0,0 +1,25 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.1" +type = "releasenotes" +weight = -1 ++++ + +## 2.1.0 (2021-09-07) {#210} + +### Hugo 0.69.0 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.69.0{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In case the site's structure contains additional *.md files not part of the site (eg files that are meant to be included by site pages - see `CHANGELOG.md` in the exampleSite), they will now be ignored by the search. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are indexed for the site search by default. You can now turn off this behavior by setting `disableSearchHiddenPages=true` in your `hugo.toml`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a search term is found in an `expand` shortcode, the expand will be opened. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The menu will scroll the active item into view on load. diff --git a/exampleSite/content/basics/releasenotes/2/1.pir.md b/exampleSite/content/basics/releasenotes/2/1.pir.md new file mode 100644 index 0000000000..0e2aa26424 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/2.en.md b/exampleSite/content/basics/releasenotes/2/2.en.md new file mode 100644 index 0000000000..b1e24c85a4 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/2.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.2" +type = "releasenotes" +weight = -2 ++++ + +## 2.2.0 (2021-09-09) {#220} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in the sitemap generated by Hugo and are therefore visible for search engine indexing. You can now turn off this behavior by setting `disableSeoHiddenPages=true` in your `hugo.toml`. diff --git a/exampleSite/content/basics/releasenotes/2/2.pir.md b/exampleSite/content/basics/releasenotes/2/2.pir.md new file mode 100644 index 0000000000..1ef8724f7d --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/3.en.md b/exampleSite/content/basics/releasenotes/2/3.en.md new file mode 100644 index 0000000000..7f1f4d4bf3 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/3.en.md @@ -0,0 +1,17 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.3" +type = "releasenotes" +weight = -3 ++++ + +## 2.3.0 (2021-09-13) {#230} + +### Hugo 0.81.0 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.81.0{{% /badge %}} This release requires a newer Hugo version. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Showcase multilanguage features by providing a documentation translation "fer us pirrrates". There will be no other translations besides the original English one and the Pirates one due to maintenance constraints. diff --git a/exampleSite/content/basics/releasenotes/2/3.pir.md b/exampleSite/content/basics/releasenotes/2/3.pir.md new file mode 100644 index 0000000000..67b40bd334 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/3.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.3" +type = "releasenotes" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/4.en.md b/exampleSite/content/basics/releasenotes/2/4.en.md new file mode 100644 index 0000000000..487f7df14d --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/4.en.md @@ -0,0 +1,23 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.4" +type = "releasenotes" +weight = -4 ++++ + +## 2.4.0 (2021-10-07) {#240} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Creation of customized stylesheets was simplified down to only contain the CSS variables. Everything else can and should be deleted from your custom stylesheet to assure everything works fine. For the predefined stylesheet variants, this change is already included. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in their according tags page. You can now turn off this behavior by setting `disableTagHiddenPages=true` in your `hugo.toml`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus for the whole site by setting the `alwaysopen` option in your `hugo.toml`. Please see further [documentation](cont/frontmatter#override-expand-state-rules-for-menu-entries) for possible values and default behavior. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New frontmatter `ordersectionsby` option to change immediate children sorting in menu and `children` shortcode. Possible values are `title` or `weight`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Alternate content of a page is now advertised in the HTML meta tags. See [Hugo documentation](https://gohugo.io/templates/rss/#reference-your-rss-feed-in-head). diff --git a/exampleSite/content/basics/releasenotes/2/4.pir.md b/exampleSite/content/basics/releasenotes/2/4.pir.md new file mode 100644 index 0000000000..91dd16c4a0 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/4.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.4" +type = "releasenotes" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/5.en.md b/exampleSite/content/basics/releasenotes/2/5.en.md new file mode 100644 index 0000000000..9908abb186 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/5.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.5" +type = "releasenotes" +weight = -5 ++++ + +## 2.5.0 (2021-10-08) {#250} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} New colors `--CODE-BLOCK-color` and `--CODE-BLOCK-BG-color` were added to provide a fallback for Hugo's syntax highlighting in case no language was given or the language is unsupported. Ideally the colors are set to the same values as the ones from your chosen chroma style. diff --git a/exampleSite/content/basics/releasenotes/2/5.pir.md b/exampleSite/content/basics/releasenotes/2/5.pir.md new file mode 100644 index 0000000000..d4c82e4294 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/5.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.5" +type = "releasenotes" +weight = -5 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/6.en.md b/exampleSite/content/basics/releasenotes/2/6.en.md new file mode 100644 index 0000000000..0f22d317a1 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/6.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.6" +type = "releasenotes" +weight = -6 ++++ + +## 2.6.0 (2021-10-21) {#260} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Your site can now be served from a subfolder if you set `baseURL` in your `hugo.toml`. See the [documentation](basics/customization#public-web-server-from-subdirectory) for a detailed example. diff --git a/exampleSite/content/basics/releasenotes/2/6.pir.md b/exampleSite/content/basics/releasenotes/2/6.pir.md new file mode 100644 index 0000000000..5f048a6dea --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/6.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.6" +type = "releasenotes" +weight = -6 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/7.en.md b/exampleSite/content/basics/releasenotes/2/7.en.md new file mode 100644 index 0000000000..965332036c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/7.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.7" +type = "releasenotes" +weight = -7 ++++ + +## 2.7.0 (2021-10-24) {#270} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Optional second parameter for [`notice`](shortcodes/notice) shortcode to set title in box header. diff --git a/exampleSite/content/basics/releasenotes/2/7.pir.md b/exampleSite/content/basics/releasenotes/2/7.pir.md new file mode 100644 index 0000000000..09eaa6e000 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/7.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.7" +type = "releasenotes" +weight = -7 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/8.en.md b/exampleSite/content/basics/releasenotes/2/8.en.md new file mode 100644 index 0000000000..5f8b57fc1b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/8.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.8" +type = "releasenotes" +weight = -8 ++++ + +## 2.8.0 (2021-11-03) {#280} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Although never officially documented, this release removes the font `Novacento`/`Novecento`. If you use it in an overwritten CSS please replace it with `Work Sans`. This change was necessary as Novacento did not provide all Latin special characters and lead to mixed styled character text eg. for Czech. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports favicons served from `static/images/` named as `favicon` or `logo` in SVG, PNG or ICO format [out of the box](basics/branding#change-the-favicon). An overridden partial `layouts/partials/favicon.html` may not be necessary anymore in most cases. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can hide the table of contents menu for the whole site by setting the `disableToc` option in your `hugo.toml`. For an example see [the example configuration](basics/configuration). diff --git a/exampleSite/content/basics/releasenotes/2/8.pir.md b/exampleSite/content/basics/releasenotes/2/8.pir.md new file mode 100644 index 0000000000..d7eefc2a6a --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/8.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.8" +type = "releasenotes" +weight = -8 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/9.en.md b/exampleSite/content/basics/releasenotes/2/9.en.md new file mode 100644 index 0000000000..80e896d542 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/9.en.md @@ -0,0 +1,39 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.9" +type = "releasenotes" +weight = -9 ++++ + +## 2.9.0 (2021-11-19) {#290} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release removes the themes implementation of `ref`/`relref` in favor for Hugo's standard implementation. This is because of inconsistencies with the themes implementation. In advantage, your project becomes standard compliant and exchanging this theme in your project to some other theme will be effortless. + + In a standard compliant form you must not link to the `*.md` file but to its logical name. You'll see, referencing other pages becomes much easier. All three types result in the same reference: + + | Type | Non-Standard | Standard | + |---------------|----------------------------------|------------------------| + | Branch bundle | `basics/configuration/_index.md` | `basics/configuration` | + | Leaf bundle | `basics/configuration/index.md` | `basics/configuration` | + | Page | `basics/configuration.md` | `basics/configuration` | + + If you've linked from a page of one language to a page of another language, conversion is a bit more difficult but [Hugo got you covered](https://gohugo.io/content-management/cross-references/#link-to-another-language-version) as well. + + Also, the old themes implementation allowed refs to non-existing content. This will cause Hugo's implementation to show the error below and abort the generation. If your project relies on this old behavior, you can [reconfigure the error handling](https://gohugo.io/content-management/cross-references/#link-to-another-language-version) of Hugo's implementation. + + In the best case your usage of the old implementation is already standard compliant and you don't need to change anything. You'll notice this very easily once you've started `hugo server` after an upgrade and no errors are written to the console. + + You may see errors on the console after the update in the form: + + ````shell + ERROR 2021/11/19 22:29:10 [en] REF_NOT_FOUND: Ref "basics/configuration/_index.md": "hugo-theme-relearn\exampleSite\content\_index.en.md:19:22": page not found + ```` + + In this case, you must apply one of two options: + + 1. Start up a text editor with regular expression support for search and replace. Search for `(ref\s+"[^"]*?)(?:/_index|/index)?(?:\.md)?(#[^"]*?)?"` and replace it by `$1$2"` in all `*.md` files. **This is the recommended choice**. + + 2. Copy the old implementation files `theme/hugo-theme-relearn/layouts/shortcode/ref.html` and `theme/hugo-theme-relearn/layouts/shortcode/relref.html` to your own projects `layouts/shortcode/ref.html` and `layouts/shortcode/relref.html` respectively. **This is not recommended** as your project will still rely on non-standard behavior afterwards. diff --git a/exampleSite/content/basics/releasenotes/2/9.pir.md b/exampleSite/content/basics/releasenotes/2/9.pir.md new file mode 100644 index 0000000000..9f7a01183a --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/9.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 2.9" +type = "releasenotes" +weight = -9 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/2/_index.en.md b/exampleSite/content/basics/releasenotes/2/_index.en.md new file mode 100644 index 0000000000..83c3cd5865 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/2/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 2" +type = "releasenotes" +weight = -2 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/2.pir.md b/exampleSite/content/basics/releasenotes/2/_index.pir.md similarity index 81% rename from exampleSite/content/basics/releasenotes/2.pir.md rename to exampleSite/content/basics/releasenotes/2/_index.pir.md index fa9bd0b3c8..70a079dce7 100644 --- a/exampleSite/content/basics/releasenotes/2.pir.md +++ b/exampleSite/content/basics/releasenotes/2/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false title = "Version 2" type = "releasenotes" weight = -2 diff --git a/exampleSite/content/basics/releasenotes/3.en.md b/exampleSite/content/basics/releasenotes/3.en.md deleted file mode 100644 index 2647353e06..0000000000 --- a/exampleSite/content/basics/releasenotes/3.en.md +++ /dev/null @@ -1,93 +0,0 @@ -+++ -title = "Version 3" -type = "releasenotes" -weight = -3 -+++ - - - -## 3.4.0 (2022-04-03) {#340} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} If you had previously overwritten the `custom-footer.html` partial to add visual elements below the content of your page, you have to move this content to the new partial `content-footer.html`. `custom-footer.html` was never meant to contain HTML other than additional styles and JavaScript. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you prefer expandable/collapsible menu items, you can now set `collapsibleMenu=true` in your `hugo.toml`. This will add arrows to all menu items that contain sub menus. The menu will expand/collapse without navigation if you click on an arrow. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can activate [print support](basics/customization#activate-print-support) in your `hugo.toml` to add the capability to print whole chapters or even the complete site. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Traditional Chinese. - ---- - -## 3.3.0 (2022-03-28) {#330} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Introduction of new CSS variables to set the font. The theme distinguishes between `--MAIN-font` for all content text and `--CODE-font` for inline or block code. There are additional overrides for all headings. See the [theme variant generator](basics/generator) of the exampleSite for all available variables. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode `swagger` is available to include a UI for REST OpenAPI specifications. See the [documentation](shortcodes/openapi) for available features. This feature will not work with Internet Explorer 11. - ---- - -## 3.2.0 (2022-03-19) {#320} - -### Hugo 0.93.0 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.93.0{{% /badge %}} This release requires a newer Hugo version. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of `disableMermaid` config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly. - - The option is still useful in case you are using scripting to set up your graph. In this case no shortcode or Markdown codefence is involved and the library is not loaded by default. In this case you can set `disableMermaid=false` in your frontmatter to force the library to be loaded. See the [theme variant generator](basics/generator) of the exampleSite for an example. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional color variant variable `--MERMAID-theme` to set the variant's Mermaid theme. This causes the Mermaid theme to switch with the color variant if it defers from the setting of the formerly selected color variant. - ---- - -## 3.1.0 (2022-03-15) {#310} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [`attachment`](shortcodes/attachments) and [`notice`](shortcodes/notice) shortcodes have a new parameter to override the default icon. Allowed values are all [Font Awesome 5 Free](https://fontawesome.com/v5/search?m=free) icons. - ---- - -## 3.0.0 (2022-02-22) {#300} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We made changes to the menu footer. If you have your `menu-footer.html` [partial overridden](basics/customization#partials), you may have to review the styling (eg. margins/paddings) in your partial. For a reference take a look into the `menu-footer.html` partial that is coming with the exampleSite. - - This change was made to allow your own menu footer to be placed right after the so called prefooter that comes with the theme (containing the language switch and _Clear history_ functionality). - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We have changed the default colors from the original Learn theme (the purple menu header) to the Relearn defaults (the light green menu header) as used in the official documentation. - - This change will only affect your installation if you've not set the `themeVariant` parameter in your `hugo.toml`. [If you still want to use the Learn color variant](basics/branding#theme-variant), you have to explicitly set `themeVariant="learn"` in your `hugo.toml`. - - Note, that this will also affect your site if viewed with Internet Explorer 11 but in this case it can not be reconfigured as Internet Explorer does not support CSS variables. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Due to a bug, that we couldn't fix in a general manner for color variants, we decided to remove `--MENU-SEARCH-BOX-ICONS-color` and introduced `--MENU-SEARCH-color` instead. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed `--MENU-SEARCH-BOX-color` to `--MENU-SEARCH-BORDER-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} With this release you are now capable to define your own _dark mode_ variants. - - To make this possible, we have introduced a lot more color variables you can use in [your color variants](basics/branding#theme-variant). Your old variants will still work and don't need to be changed as appropriate fallback values are used by the theme. Nevertheless, the new colors allow for much more customization. - - To see what's now possible, see the new variants `relearn-dark` and `neon` that are coming with this release. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To make the creation of new variants easier for you, we've added a new interactive [theme variant generator](basics/generator). This feature will not work with Internet Explorer 11. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can now configure multiple color variants in your `hugo.toml`. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer. See the [documentation](basics/branding#multiple-variants) for configuration. - - Note, that the new variant selector will not work with Internet Explorer 11 as it does not support CSS variables. Therefore, the variant selector will not be displayed with Internet Explorer 11. diff --git a/exampleSite/content/basics/releasenotes/3/0.en.md b/exampleSite/content/basics/releasenotes/3/0.en.md new file mode 100644 index 0000000000..8e57c8b61c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/0.en.md @@ -0,0 +1,41 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.0" +type = "releasenotes" +weight = -0 ++++ + +## 3.0.0 (2022-02-22) {#300} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We made changes to the menu footer. If you have your `menu-footer.html` [partial overridden](basics/customization#partials), you may have to review the styling (eg. margins/paddings) in your partial. For a reference take a look into the `menu-footer.html` partial that is coming with the exampleSite. + + This change was made to allow your own menu footer to be placed right after the so called prefooter that comes with the theme (containing the language switch and _Clear history_ functionality). + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We have changed the default colors from the original Learn theme (the purple menu header) to the Relearn defaults (the light green menu header) as used in the official documentation. + + This change will only affect your installation if you've not set the `themeVariant` parameter in your `hugo.toml`. [If you still want to use the Learn color variant](basics/branding#theme-variant), you have to explicitly set `themeVariant="learn"` in your `hugo.toml`. + + Note, that this will also affect your site if viewed with Internet Explorer 11 but in this case it can not be reconfigured as Internet Explorer does not support CSS variables. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Due to a bug, that we couldn't fix in a general manner for color variants, we decided to remove `--MENU-SEARCH-BOX-ICONS-color` and introduced `--MENU-SEARCH-color` instead. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed `--MENU-SEARCH-BOX-color` to `--MENU-SEARCH-BORDER-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} With this release you are now capable to define your own _dark mode_ variants. + + To make this possible, we have introduced a lot more color variables you can use in [your color variants](basics/branding#theme-variant). Your old variants will still work and don't need to be changed as appropriate fallback values are used by the theme. Nevertheless, the new colors allow for much more customization. + + To see what's now possible, see the new variants `relearn-dark` and `neon` that are coming with this release. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To make the creation of new variants easier for you, we've added a new interactive [theme variant generator](basics/generator). This feature will not work with Internet Explorer 11. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can now configure multiple color variants in your `hugo.toml`. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer. See the [documentation](basics/branding#multiple-variants) for configuration. + + Note, that the new variant selector will not work with Internet Explorer 11 as it does not support CSS variables. Therefore, the variant selector will not be displayed with Internet Explorer 11. diff --git a/exampleSite/content/basics/releasenotes/3/0.pir.md b/exampleSite/content/basics/releasenotes/3/0.pir.md new file mode 100644 index 0000000000..50a31d4d90 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/3/1.en.md b/exampleSite/content/basics/releasenotes/3/1.en.md new file mode 100644 index 0000000000..a7cc619427 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/1.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.1" +type = "releasenotes" +weight = -1 ++++ + +## 3.1.0 (2022-03-15) {#310} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [`attachment`](shortcodes/attachments) and [`notice`](shortcodes/notice) shortcodes have a new parameter to override the default icon. Allowed values are all [Font Awesome 5 Free](https://fontawesome.com/v5/search?m=free) icons. diff --git a/exampleSite/content/basics/releasenotes/3/1.pir.md b/exampleSite/content/basics/releasenotes/3/1.pir.md new file mode 100644 index 0000000000..bd848629b1 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/3/2.en.md b/exampleSite/content/basics/releasenotes/3/2.en.md new file mode 100644 index 0000000000..1470532ab6 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/2.en.md @@ -0,0 +1,23 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.2" +type = "releasenotes" +weight = -2 ++++ + +## 3.2.0 (2022-03-19) {#320} + +### Hugo 0.93.0 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.93.0{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of `disableMermaid` config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly. + + The option is still useful in case you are using scripting to set up your graph. In this case no shortcode or Markdown codefence is involved and the library is not loaded by default. In this case you can set `disableMermaid=false` in your frontmatter to force the library to be loaded. See the [theme variant generator](basics/generator) of the exampleSite for an example. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional color variant variable `--MERMAID-theme` to set the variant's Mermaid theme. This causes the Mermaid theme to switch with the color variant if it defers from the setting of the formerly selected color variant. diff --git a/exampleSite/content/basics/releasenotes/3/2.pir.md b/exampleSite/content/basics/releasenotes/3/2.pir.md new file mode 100644 index 0000000000..7a0fd425f5 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/3/3.en.md b/exampleSite/content/basics/releasenotes/3/3.en.md new file mode 100644 index 0000000000..bfa91b7777 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/3.en.md @@ -0,0 +1,15 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.3" +type = "releasenotes" +weight = -3 ++++ + +## 3.3.0 (2022-03-28) {#330} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Introduction of new CSS variables to set the font. The theme distinguishes between `--MAIN-font` for all content text and `--CODE-font` for inline or block code. There are additional overrides for all headings. See the [theme variant generator](basics/generator) of the exampleSite for all available variables. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode `swagger` is available to include a UI for REST OpenAPI specifications. See the [documentation](shortcodes/openapi) for available features. This feature will not work with Internet Explorer 11. diff --git a/exampleSite/content/basics/releasenotes/3/3.pir.md b/exampleSite/content/basics/releasenotes/3/3.pir.md new file mode 100644 index 0000000000..a7f97174f2 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/3.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.3" +type = "releasenotes" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/3/4.en.md b/exampleSite/content/basics/releasenotes/3/4.en.md new file mode 100644 index 0000000000..cd7ae1c168 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/4.en.md @@ -0,0 +1,21 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.4" +type = "releasenotes" +weight = -4 ++++ + +## 3.4.0 (2022-04-03) {#340} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} If you had previously overwritten the `custom-footer.html` partial to add visual elements below the content of your page, you have to move this content to the new partial `content-footer.html`. `custom-footer.html` was never meant to contain HTML other than additional styles and JavaScript. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you prefer expandable/collapsible menu items, you can now set `collapsibleMenu=true` in your `hugo.toml`. This will add arrows to all menu items that contain sub menus. The menu will expand/collapse without navigation if you click on an arrow. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can activate [print support](basics/customization#activate-print-support) in your `hugo.toml` to add the capability to print whole chapters or even the complete site. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Traditional Chinese. diff --git a/exampleSite/content/basics/releasenotes/3/4.pir.md b/exampleSite/content/basics/releasenotes/3/4.pir.md new file mode 100644 index 0000000000..3f1cfd032c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/4.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 3.4" +type = "releasenotes" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/3/_index.en.md b/exampleSite/content/basics/releasenotes/3/_index.en.md new file mode 100644 index 0000000000..82dd17dd7d --- /dev/null +++ b/exampleSite/content/basics/releasenotes/3/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 3" +type = "releasenotes" +weight = -3 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/3.pir.md b/exampleSite/content/basics/releasenotes/3/_index.pir.md similarity index 81% rename from exampleSite/content/basics/releasenotes/3.pir.md rename to exampleSite/content/basics/releasenotes/3/_index.pir.md index c07947f9e7..832496e44f 100644 --- a/exampleSite/content/basics/releasenotes/3.pir.md +++ b/exampleSite/content/basics/releasenotes/3/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false title = "Version 3" type = "releasenotes" weight = -3 diff --git a/exampleSite/content/basics/releasenotes/4.en.md b/exampleSite/content/basics/releasenotes/4/0.en.md similarity index 55% rename from exampleSite/content/basics/releasenotes/4.en.md rename to exampleSite/content/basics/releasenotes/4/0.en.md index 00c21a9e4a..fa08f74ed2 100644 --- a/exampleSite/content/basics/releasenotes/4.en.md +++ b/exampleSite/content/basics/releasenotes/4/0.en.md @@ -1,39 +1,11 @@ +++ -title = "Version 4" +disableToc = false +hidden = true +title = "Version 4.0" type = "releasenotes" -weight = -4 +weight = -0 +++ - - -## 4.2.0 (2022-06-23) {#420} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The second parameter for the [`include` shortcode](shortcodes/include) was switched in meaning and was renamed from `showfirstheading` to `hidefirstheading`. If you haven't used this parameter in your shortcode, the default behavior hasn't changed and you don't need to change anything. - - If you've used the second boolean parameter, you have to rename it and invert its value to achieve the same behavior. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Previously, if the [`tabs` shortcode](shortcodes/tabs) could not find a tab item because, the tabs ended up empty. Now the first tab is selected instead. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The `landingPageURL` was removed from `hugo.toml`. You can safely remove this as well from your configuration as it is not used anymore. The theme will detect the landing page URL automatically and will point to the project's homepage. If you want to support a different link, overwrite the `logo.html` partial. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} All shortcodes can now be also called from your partials. Examples for this are added to the documentation of each shortcode. - ---- - -## 4.1.0 (2022-06-12) {#410} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} While fixing issues with the search functionality for non Latin languages, you can now [configure to have multiple languages on a single page](cont/i18n#search-with-mixed-language-support). - ---- - ## 4.0.0 (2022-06-05) {#400} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/4/0.pir.md b/exampleSite/content/basics/releasenotes/4/0.pir.md new file mode 100644 index 0000000000..3cec83d05c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/4/1.en.md b/exampleSite/content/basics/releasenotes/4/1.en.md new file mode 100644 index 0000000000..a2267b341b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/1.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.1" +type = "releasenotes" +weight = -1 ++++ + +## 4.1.0 (2022-06-12) {#410} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} While fixing issues with the search functionality for non Latin languages, you can now [configure to have multiple languages on a single page](cont/i18n#search-with-mixed-language-support). diff --git a/exampleSite/content/basics/releasenotes/4/1.pir.md b/exampleSite/content/basics/releasenotes/4/1.pir.md new file mode 100644 index 0000000000..4b2ff1e3b0 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/4/2.en.md b/exampleSite/content/basics/releasenotes/4/2.en.md new file mode 100644 index 0000000000..858a7c1ca8 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/2.en.md @@ -0,0 +1,25 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.2" +type = "releasenotes" +weight = -2 ++++ + +## 4.2.0 (2022-06-23) {#420} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The second parameter for the [`include` shortcode](shortcodes/include) was switched in meaning and was renamed from `showfirstheading` to `hidefirstheading`. If you haven't used this parameter in your shortcode, the default behavior hasn't changed and you don't need to change anything. + + If you've used the second boolean parameter, you have to rename it and invert its value to achieve the same behavior. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Previously, if the [`tabs` shortcode](shortcodes/tabs) could not find a tab item because, the tabs ended up empty. Now the first tab is selected instead. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The `landingPageURL` was removed from `hugo.toml`. You can safely remove this as well from your configuration as it is not used anymore. The theme will detect the landing page URL automatically and will point to the project's homepage. If you want to support a different link, overwrite the `logo.html` partial. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} All shortcodes can now be also called from your partials. Examples for this are added to the documentation of each shortcode. diff --git a/exampleSite/content/basics/releasenotes/4/2.pir.md b/exampleSite/content/basics/releasenotes/4/2.pir.md new file mode 100644 index 0000000000..8e04794ba4 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 4.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/4/_index.en.md b/exampleSite/content/basics/releasenotes/4/_index.en.md new file mode 100644 index 0000000000..e04b258518 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/4/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 4" +type = "releasenotes" +weight = -4 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/4.pir.md b/exampleSite/content/basics/releasenotes/4/_index.pir.md similarity index 81% rename from exampleSite/content/basics/releasenotes/4.pir.md rename to exampleSite/content/basics/releasenotes/4/_index.pir.md index 14929b134b..479d9972a3 100644 --- a/exampleSite/content/basics/releasenotes/4.pir.md +++ b/exampleSite/content/basics/releasenotes/4/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false title = "Version 4" type = "releasenotes" weight = -4 diff --git a/exampleSite/content/basics/releasenotes/5.en.md b/exampleSite/content/basics/releasenotes/5.en.md deleted file mode 100644 index 8edc51edaa..0000000000 --- a/exampleSite/content/basics/releasenotes/5.en.md +++ /dev/null @@ -1,676 +0,0 @@ -+++ -hidden = "true" -title = "Version 5" -type = "releasenotes" -weight = -5 -+++ - - - -## 5.27.0 (2024-04-07) {#5270} - -### Hugo 0.121.0 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} This release requires a newer Hugo version. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If the theme is configured to generate warnings or errors during build by setting `image.errorlevel` to either `warning` or `error` in your `hugo.toml`, it will now also generate output if a link fragment is not found in the target page. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [dependency loader](basics/customization#own-shortcodes-with-javascript-dependencies) was made more versatile. - - The configuration in your `hugo.toml` does not require the `location` parameter anymore. If you still use it, the theme will work as before but will generate a warning. So you don't need to change anything, yet. - - With the new mechanism, your dependency loader now receives an additional `location` parameter instead that you can query to inject your dependencies in the desired location. - - By that you can now call the dependency mechanism in your own overriden partials by giving it a distinct `location` parameter. In addition your injected files can now be spread to multiple locations which wasn't previously possible. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional styling was added for the native HTML elements `` and ``. To use them you must allow the [usage of HTML](https://gohugo.io/getting-started/configuration-markup/#rendererunsafe) in your `hugo.toml`. The [Markdown documentation](cont/markdown/#standard-and-extensions) was enhanced for this. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can scroll forward and backward through all headings of a page by using ALT 🡑 and ALT 🡓. This also works for the `PRINT` output format. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The breadcrumbs used in the topbar, search results and the taxonomy term lists are now using the pages frontmatter `linktitle` instead of `title` if set. - ---- - -## 5.26.0 (2024-03-18) {#5260} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The lazy loading of images is now configurable by using the new `lazy` [image effect](cont/imageeffects). The default value hasn't changed in comparison to older versions, you don't need to change anything. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to [adjust the max width of the main area](basics/customization#change-the-main-areas-max-width), eg. in case you want to use the full page width for your content. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Images and Markdown codefences are now respecting [Hugo's Markdown attributes](https://gohugo.io/content-management/markdown-attributes/). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for [block diagrams](shortcodes/mermaid#block-diagram). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where the page wasn't repositioning correctly when going forward or backward in your browser history. - ---- - -## 5.25.0 (2024-02-29) {#5250} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release deprecates the [`attachments` shortcode](shortcodes/attachments) in favor of the new the [`resources` shortcode](shortcodes/resources). - - If you are using Hugo below {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}, you don't need to change anything as the old shortcode still works (but may generate warnings). - - Anyways, users are strongly advised to migrate as the `attachments` shortcode will not receive support anymore. Migration instructions are listed on the [`attachments` shortcode page](shortcodes/attachments#migration). - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you run Hugo with [GitInfo](https://gohugo.io/methods/page/gitinfo/) configured, the default page footer now prints out name, email address and date of the last commit. If you want to turn this off you either have to run Hugo without GitInfo (which is the default) or overwrite the `content-footer.html` partial. - -## 5.24.0 (2024-02-28) {#5240} - -### Hugo 0.112.4 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.4{{% /badge %}} This release requires a newer Hugo version. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The topbar button received a way to add text next to the icon. For this, the original `title` option was renamed to `hint` while the new `title` option is now displayed next to the icon. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter option `menuTitle` is now deprecated in favor for Hugo's own `linkTitle`. You don't need to change anything as the old `menuTitle` option is still supported. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The light themes have a bit more contrast for content text and headings. Also the syntaxhighlighting was changed to the more colorful MonokaiLight. This brings the syntaxhighlighting in sync with the corresponding dark theme variants, which are using Monokai. If you dislike this, you can create your own color variant file as [described here](basics/branding#modify-shipped-variants). - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If the theme can not resolve a link to a page or image, you can now generate warnings or errors during build by setting `link.errorlevel` or `image.errorlevel` to either `warning` or `error` in your `hugo.toml` respectively. By default this condition is silently ignored and the link is written as-is. - - Please note that a page link will generate false negatives if `uglyURLs=true` and it references an ordinary page before {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}. - - Please note that an image link will generate false negatives if the file resides in your `static` directory. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can configure additional options for every theme variant in your `hugo.toml`. This allows for optional [advanced functionality](basics/branding#theme-variant-advanced). You don't need to change anything as the old configuration options will still work (but may generate warnings now). - - The advanced functionality allows you to set an explicit name for a theme variant and now allows for multiple auto mode variants that adjust to the light/dark preference of your OS settings. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partial for defining the heading. See [documentation](basics/customization#partials) for further reading. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo's built-in [`figure` shortcode](https://gohugo.io/content-management/shortcodes/#figure). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} On taxonomy and term pages you can now use prev/next navigation as within the normal page structure. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} In additiion to the existing [menu width customization](basics/customization#change-the-menu-width), it is now also possible to set the width of the menu flyout for small screen sizes with the `--MENU-WIDTH-S` CSS property. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Improvements for accessibility when tabbing through the page for images, links and tab handles. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The `editURL` config parameter is now [overwritable in your pages frontmatter](cont/frontmatter). In addition it received more versatility by letting you control where to put the file path into the URL. This is achieved by replacing the variable `${FilePath}` in your URL by the pages file path. You don't need to change anything in your existing configuration as the old way without the replacement variable still works. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The themes [config](basics/configuration) and [frontmatter](cont/frontmatter) options received a comprehensive documentation update. In addition the theme switched from `config.toml` to `hugo.toml`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} or higher for the [`highlight` shortcode](shortcodes/highlight). This does not change the minimum required Hugo version. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}} or higher for theme specific [output formats](basics/customization) and handling of taxonomy and term titles. This does not change the minimum required Hugo version. - ---- - -## 5.23.0 (2023-11-03) {#5230} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} With {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.120.0{{% /badge %}} the author settings move into the `[params]` array in your `hugo.toml`. Because this collides with the previous way, the theme expected author information, it now adheres to Hugo standards and prints out a warning during built if something is wrong. - - Change your previous setting from - - {{< multiconfig file=hugo >}} - [params] - author = "Hugo" - {{< /multiconfig >}} - - to - - {{< multiconfig file=hugo >}} - [params] - author.name = "Hugo" - {{< /multiconfig >}} - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Taxonomy [term pages](https://gohugo.io/content-management/taxonomies#add-custom-metadata-to-a-taxonomy-or-term) now add the breadcrumb for each listed page. If this gets too crowded for you, you can turn the breadcrumbs off in your `hugo.toml` by adding `disableTermBreadcrumbs=true`. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Taxonomy and term pages are now allowed to contain content. This is added inbetween the title and the page list. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to print custom taxonomies anywhere in your page. [See the docs](cont/taxonomy#customization). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the menu width for your whole site. [See the docs](basics/customization#change-the-menu-width). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. [See the docs](basics/customization#social-media-meta-tags). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with additional sort options for the menu and the [`children` shortcode](shortcodes/children). Both will now accept the following values: `weight`, `title`, `linktitle`, `modifieddate`, `expirydate`, `publishdate`, `date`, `length` or `default` (adhering to Hugo's default sort order). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. [See the docs](basics/customization#own-shortcodes-with-javascript-dependencies). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for the [xychart type](shortcodes/mermaid#xychart). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds portable Markdown links. - - Previously it was not possible to use pure Markdown links in a configuration independent way to link to pages inside of your project. It always required you to know how your `uglyURLs` setting is, wheather you link to a page or page bundle and in case of relative links if your current page is a page or page bundle. (eg. `[generator](generator/index.html)` vs. `[generator](generator.html)`). This is a hassle as you have to change these links manually once you change your `uglyURLs` setting or change the type of a page. - - You could work around this by using the `relref` shortcode (eg `[generator]({{%/* relref "../generator" */%}})`) which works but results in non-portable Markdown. - - Now it's possible to use the same path of a call to `relref` in a plain Markdown link (eg `[generator](../generator)`). This is independent of any configuration settings or the page types involved in linking. Note, that this requires your links to be given without any extension, so `[generator](generator/index.html)` will work as before. - - The following types of linking are supported: - - | link | description | - | ---------------------------------- | ------------------------------------------- | - | `[generator](en/basics/generator)` | absolute from your project root (multilang) | - | `[generator](/en/basics/generator)`| absolute from your project root (multilang) | - | `[generator](basics/generator)` | absolute from your current language root | - | `[generator](/basics/generator)` | absolute from your current language root | - | `[generator](./../generator)` | relative from the current page | - | `[generator](../generator)` | relative from the current page | - ---- - -## 5.22.0 (2023-10-02) {#5220} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with `R-`. - - If you haven't modified anything, everything is fine. Otherwise you have to check your custom CSS rules and JavaScript code. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} You can now have structural sections in the hierarchical menu without generating a page for it. - - This can come in handy, if content for such a section page doesn't make much sense to you. See [the documentation](cont/frontmatter#disable-section-pages) for how to do this. - - This feature may require you to make changes to your existing installation if you are already using _[shortcuts to pages inside of your project](cont/menushortcuts#shortcuts-to-pages-inside-of-your-project)_ with a _headless branch parent_. - - In this case it is advised to remove the `title` from the headless branch parent's frontmatter, as it will otherwise appear in your breadcrumbs. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to overwrite the setting for `collapsibleMenu` of your `hugo.toml` inside of a page's frontmatter. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a Mermaid graph is zoomable a button to reset the view is now added to the upper right corner. The button is only shown once the mouse is moved over the graph. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to remove the root breadcrumb by setting `disableRootBreadcrumb=true` in your `hugo.toml`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The output of the dedicated search page now displays the result's breadcrumb. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Table rows now change their background color on every even row. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Swahili. This language is not supported for search. - ---- - -## 5.21.0 (2023-09-18) {#5210} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} We made changes to the menu footer to improve alignment with the menu items in most cases. Care was taken not to break your existing overwritten footer. Anyways, if you have your `menu-footer.html` [partial overridden](basics/customization#partials), you may want to review the styling (eg. margins/paddings) of your partial. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with an awesome new feature, that allows you to customize your topbar buttons, change behavior, reorder them or define entirely new ones, unique to your installation. See [the documentation](basics/topbar) for further details. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Swagger dependency to 5.7.2 for the [`openapi` shortcode](shortcodes/openapi). This brings support for OpenAPI Specification 3.1. - ---- - -## 5.20.0 (2023-08-26) {#5200} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme has updated its Swagger dependency to 5.4.1 for the [`openapi` shortcode](shortcodes/openapi). - - With this comes a change in the light theme variants of `Relearn Bright`, `Relearn Light` and `Zen Light` by switching the syntaxhighlighting inside of openapi to a light scheme. This brings it more in sync with the code style used by the theme variants itself. - - Additionally, the syntaxhighlighting inside of openapi for printing was switched to a light scheme for all theme variants. - - If you dislike this change, you can revert this in your theme variants CSS by adding - - ````css - --OPENAPI-CODE-theme: obsidian; - --PRINT-OPENAPI-CODE-theme: obsidian; - ```` - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed the CSS variable `--MENU-SECTION-HR-color` to `--MENU-SECTION-SEPARATOR-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme variants `Zen Light` and `Zen Dark` now add more contrast between menu, topbar and content by adding thin borders. - - Those borders are now configurable by using the CSS variables `--MAIN-TOPBAR-BORDER-color`, `--MENU-BORDER-color`, `--MENU-TOPBAR-BORDER-color`, `--MENU-TOPBAR-SEPARATOR-color`, `--MENU-HEADER-SEPARATOR-color` and `--MENU-SECTION-ACTIVE-CATEGORY-BORDER-color`. - - For existing variants nothing has changed visually. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The default values for the [image effects](cont/markdown#image-effects) are [now configurable](cont/imageeffects) for your whole site via `hugo.toml` or for each page through frontmatter. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where Mermaid graphs could not be displayed if they were initially hidden - like in collapsed `expand` or inactive `tabs`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions lower than {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.111.0{{% /badge %}} for the [`highlight` shortcode](shortcodes/highlight). This does not change the minimum required Hugo version. - ---- - -## 5.19.0 (2023-08-12) {#5190} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`highlight` shortcode](shortcodes/highlight) now accepts the new parameter `title`. This displays the code like a [single tab](shortcodes/tab). This is also available using Markdown codefences and makes it much easier to write nicer code samples. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has added two new color variants `zen-light` and `zen-dark`. Check it out! - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now [dispatches the custom event](basics/customization#react-to-variant-switches-in-javascript) `themeVariantLoaded` on the `document` when the variant is fully loaded either initially or by switching the variant manually with the variant selector. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.3.1. This adds support for the [sankey diagram type](shortcodes/mermaid#sankey) and now comes with full support for YAML inside Mermaid graphs (previously, the theme ignored explicit Mermaid theme settings in YAML). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Hungarian. - ---- - -## 5.18.0 (2023-07-27) {#5180} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme adds additional warnings for deprecated or now unsupported features. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} There are visual improvements in displaying text links in your content as well as to some other clickable areas in the theme. If you've overwritten some theme styles in your own CSS, keep this in mind. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`siteparam` shortcode](shortcodes/siteparam) is now capable in displaying nested params as well as supporting text formatting. - ---- - -## 5.17.0 (2023-06-22) {#5170} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The default behavior for the copy-to-clipboard feature for code blocks has changed. - - The copy-to-clipboard button for code blocks will now only be displayed if the reader hovers the code block. - - If you dislike this new behavior you can turn it off and revert to the old behavior by adding `[params] disableHoverBlockCopyToClipBoard=true` to your `hugo.toml`. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.114.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`highlight` shortcode](shortcodes/highlight) replaces Hugo's default implementation and is fully compatible. So you don't need to change anything. - - In addition it offers some extensions. Currently only the `wrap` extension option is provided to control whether a code block should be wrapped or scrolled if to long to fit. - ---- - -## 5.16.0 (2023-06-10) {#5160} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme now provides warnings for deprecated or now unsupported features. The warnings include hints how to fix them and an additional link to the documentation. - - `DEPRECATION` warnings mark features that still work but may be removed in the future. - - `UNSUPPORTED` warnings mark features that will not work anymore. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The 404 error page was revamped. Hopefully you will not see this very often. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`tabs` shortcode](shortcodes/tabs) and the [`tab` shortcode](shortcodes/tab) received some love and now align with their style, color, title and icon parameter to the other shortcodes. - - The visuals are now slightly different compared to previous versions. Most noteable, if you now display a single code block in a tab, its default styling will adapt to that of a code block but with a tab handle at the top. - - Additionally the `name` parameter was renamed to `title` but you don't need to change anything yet as the old name will be used as a fallback. Nevertheless you will get deprecation warnings while executing Hugo. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now optionally supports [separate favicons](basics/branding#change-the-favicon) for light & dark mode. - ---- - -## 5.15.0 (2023-05-29) {#5150} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. - - The [`attachments` shortcode](shortcodes/attachments) has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo < `0.112.0` for now. - - It is [planned to refactor](https://github.com/McShelby/hugo-theme-relearn/issues/22) the `attchments` shortcode in the future. This will make it possible to use the shortcode in branch bundles again but not in simple pages anymore. This will most likely come with a breaking change. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`tabs` shortcode](shortcodes/tabs) has changed behavior if you haven't set the `groupid` parameter. - - Formerly all tab views without a `groupid` were treated as so they belong to the same group. Now, each tab view is treated as it was given a unique id. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The already known `tabs`has a new friend the [`tab` shortcode](shortcodes/tab) to make it easier to create a tab view in case you only need one single tab. Really handy if you want to flag your code examples with a language identifier. - - Additionally for such a use case, the whitespace between a tab outline and the code is removed if only a single code block is contained. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Besides the _tag_ [taxonomy](cont/taxonomy) the theme now also provides the _category_ taxonomy out of the box and shows them in the content footer of each page. - ---- - -## 5.14.0 (2023-05-20) {#5140} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The taxonomy pages received some love in this release, making them better leverage available screen space and adding translation support for the taxonomy names. - - Hugo's default taxonmies `tags` and `categories` are already contained in the theme's i18n files. If you have self-defined taxonomies, you can add translations by adding them to your own i18n files. If you don't provide translations, the singualar and plural forms are taken as configured in your `hugo.toml`. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To give you more flexibility in customizing your article layout a new partial `content-header.html` is introduced. - - This came out of the requirement to customize the position of article tags, which by default are displayed above the title. A second requirement was to also show additional [taxonomies](https://gohugo.io/content-management/taxonomies/) not supported by the theme natively. While Hugo supports tags and categories by default, the theme only displays tags. - - So how to adjust the position of tags starting from the theme's default where tags are only shown above the title? - - 1. Hide tags above title: Overwrite `content-header.html` with an empty file. - 2. Show tags between title and content: Overwrite `heading-post.html` and add `{{ partial "tags.html" . }}` to it. - 3. Show tags below content: Overwrite `content-footer.html` and add `{{ partial "tags.html" . }}` to it. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new parameter `breadcrumbSeparator` is now available in your `hugo.toml` to change the - well - separator of the breadcrumb items. An appropriate default is in place if you do not configure anything. - ---- - -## 5.13.0 (2023-05-17) {#5130} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The `swagger` shortcode was deprecated in favor for the [`openapi` shortcode](shortcodes/openapi). You don't need to change anything yet as the old name will be used as a fallback. It is planned to remove the `swagger` shortcode in the next major release. - - Additionally, the implemantion of this shortcode was switched from RapiDoc to [SwaggerUI](https://github.com/swagger-api/swagger-ui). - ---- - -## 5.12.0 (2023-05-04) {#5120} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed (again). While Internet Explorer 11 has issues in displaying it, the functionality still works. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) which provides on-premise CMS capabilties to Hugo. - - The theme provides Front Matter snippets for its shortcodes. Currently only English and German is supported. Put a reference into your `frontmatter.json` like this - - ````json {title="frontmatter.json"} - { - ... - "frontMatter.extends": [ - "./vscode-frontmatter/snippets.en.json" - ] - ... - } - ```` - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation](/pir). This feature is not available in Internet Explorer 11. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals. - ---- - -## 5.11.0 (2023-02-07) {#5110} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme removed the popular [jQuery](https://jquery.com) library from its distribution. - - In case you made changes to the theme that are depending on this library you can place a copy of jQuery into your `static/js` directory and load it from your own `layouts/partials/custom-header.html` like this: - - ````html {title="layouts/partials/custom-header.html"} - - ```` - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} [Mermaid](shortcodes/mermaid#parameter) diagrams can now be configured for pan and zoom on site-, page-level or individually for each graph. - - The default setting of `on`, in effect since 1.1.0, changed back to `off` as there was interference with scrolling on mobile and big pages. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme is now capable to visually [adapt to your OS's light/dark mode setting](basics/branding#adjust-to-os-settings). - - This is also the new default setting if you haven't configured `themeVariant` in your `hugo.toml`. - - Additionally you can configure the variants to be taken for light/dark mode with the new `themeVariantAuto` parameter. - - This is not supported for Internet Explorer 11, which still displays in the `relearn-light` variant. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The JavaScript code for handling image lightboxes (provided by [Featherlight](https://noelboss.github.io/featherlight)) was replaced by a CSS-only solution. - - This also changed the [lightbox effects](cont/markdown#lightbox) parameter from `featherlight=false` to `lightbox=false`. Nevertheless you don't need to change anything as the old name will be used as a fallback. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the [`expand` shortcode](shortcodes/expand) was changed. While Internet Explorer 11 has issues in displaying it, the functionality still works. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Czech. This language is not supported for search. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [GitHub releases](https://github.com/McShelby/hugo-theme-relearn/tags) are also now tagged for the main version (eg. `1.2.x`), major version (eg. `1.x`) and the latest (just `x`) release making it easier for you to pin the theme to a certain version. - ---- - -## 5.10.0 (2023-01-25) {#5100} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`attachments`](shortcodes/attachments), [`badge`](shortcodes/badge), [`button`](shortcodes/button) and [`notice`](shortcodes/notice) shortcodes have a new parameter `color` to set arbitrary CSS color values. - - Additionally the `--ACCENT-color` brand color introduced in version 5.8.0 is now supported with these shortcodes. - ---- - -## 5.9.0 (2022-12-23) {#590} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} With this version it is now possible to not only have sections on the first menu level but also pages. - - It was later discovered, that this causes pages only meant to be displayed in the `More` section of the menu and stored directly inside your `content` directory to now show up in the menu as well. - - To [get rid](cont/menushortcuts#shortcuts-to-pages-inside-of-your-project) of this undesired behavior you have two choices: - - 1. Make the page file a [headless branch bundle](https://gohugo.io/content-management/page-bundles/#headless-bundle) (contained in its own subdirectory and called `_index.md`) and add the following frontmatter configuration to the file (see exampleSite's `content/showcase/_index.en.md`). This causes its content to **not** be ontained in the sitemap. - - {{< multiconfig fm=true >}} - title = "Showcase" - [_build] - render = "always" - list = "never" - publishResources = true - {{< /multiconfig >}} - - 2. Store the page file for below a parent headless branch bundle and add the following frontmatter to he **parent** (see exampleSite's `content/more/_index.en.md`). **Don't give this page a `title`** as this will cause it to be shown in the breadcrumbs - a thing you most likely don't want. - - {{< multiconfig fm=true >}} - [_build] - render = "never" - list = "never" - publishResources = false - {{< /multiconfig >}} - - In this case, the file itself can be a branch bundle, leaf bundle or simple page (see exampleSite's `content/more/credits.en.md`). This causes its content to be contained in the sitemap. - - {{< multiconfig fm=true >}} - title = "Credits" - {{< /multiconfig >}} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The required folder name for the [`attachments` shortcode](shortcodes/attachments) was changed for leaf bundles. - - Previously, the attachments for leaf bundles in non-multilang setups were required to be in a `files` subdirectory. For page bundles and leaf bundles in multilang setups they were always required to be in a `_index..files` or `index..files` subdirectory accordingly. - - This added unnecessary complexity. So attachments for leaf bundles in non-multilang setups can now also reside in a `index.files` directory. Although the old `files` directory is now deprecated, if both directories are present, only the old `files` directory will be used for compatibility. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Absolute links prefixed with `http://` or `https://` are now opened in a separate browser tab. - - You can revert back to the old behavior by defining `externalLinkTarget="_self"` in the `params` section of your `hugo.toml`. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports [Hugo's module system](https://gohugo.io/hugo-modules/). - ---- - -## 5.8.0 (2022-12-08) {#580} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`badge` shortcode](shortcodes/badge) is now available to add highly configurable markers to your content as you can see it on this page. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`icon` shortcode](shortcodes/icon) simplyfies the usage of icons. This can even be combined with also new `badge` shortcode. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports some of GFM (GitHub Flavored Markdown) syntax and Hugo Markdown extensions, namely [task lists](cont/markdown#tasks), [defintion lists](cont/markdown#definitions) and [footnotes](cont/markdown#footnotes). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} A new color `--ACCENT-color` was introduced which is used for highlighting search results on the page. In case you simply don't care, you don't need to change anything in your variant stylesheet as the old `yellow` color is still used as default. - ---- - -## 5.7.0 (2022-11-29) {#570} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The Korean language translation for this theme is now available with the language code `ko`. Formerly the country code `kr` was used instead. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`button` shortcode](shortcodes/button) can now also be used as a real button inside of HTML forms - although this is a pretty rare use case. The documentation was updated accordingly. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The search now supports the Korean language. - ---- - -## 5.6.0 (2022-11-18) {#560} - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning through large number of results. - - To activate this feature, you need to [configure it](basics/customization#configure-search) in your `hugo.toml` as a new outputformat `searchpage` for the home page. If you don't configure it, no dedicated search page will be accessible and the theme works as before. - - You can access the search page by either clicking on the magnifier glass or pressing enter inside of the search box. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Keyboard handling for the TOC and search was improved. - - Pressing `CTRL+ALT+t` now will not only toggle the TOC overlay but also places the focus to the first heading on opening. Subsequently this makes it possible to easily select headings by using the `TAB` key. - - The search received its own brand new keyboard shortcut `CTRL+ALT+f`. This will focus the cursor inside of the search box so you can immediately start your search by typing. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You are now able to turn off the generation of generator meta tags in your HTML head to hide the used versions of Hugo and this theme. - - To [configure this](basics/configuration) in your `hugo.toml` make sure to set Hugo's `disableHugoGeneratorInject=true` **and** also `[params] disableGeneratorVersion=true`, otherwise Hugo will generate a meta tag into your home page automagically. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Creation of your project gets a little bit faster with this release. - - This addresses increased build time with the version 5 releases. The theme now heavily caches partial results leading to improved performance. To further increase performance, unnecessary parts of the page are now skipped for creation of the print output (eg. menus, navigation bar, etc.). - ---- - -## 5.5.0 (2022-11-06) {#550} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The way images are processed has changed. Now images are lazy loaded by default which speeds up page load on slow networks and/or big pages and also the print preview. - - For that the JavaScript code to handle the [lightbox and image effects](cont/markdown#image-effects) on the client side was removed in favour for static generation of those effects on the server. - - If you have used HTML directly in your Markdown files, this now has the downside that it doesn't respect the effect query parameter anymore. In this case you have to migrate all your HTML `img` URLs manually to the respective HTML attributes. - - | Old | New | - |--------------------------------------------------------|-----------------------------------------------------------------| - | `` | `` | - ---- - -## 5.4.0 (2022-11-01) {#540} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} [With the proper settings](basics/customization#file-system) in your `hugo.toml` your page is now servable from the local file system using `file://` URLs. - - Please note that the searchbox will only work for this if you reconfigure your outputformat for the homepage in your `hugo.toml` from `json` to `search`. The now deprecated `json` outputformat still works as before, so there is no need to reconfigure your installation if it is only served from `http://` or `https://`. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`button` shortcode](shortcodes/button) has a new parameter `target` to set the destination frame/window for the URL to open. If not given, it defaults to a new window/tab for external URLs or is not set at all for internal URLs. Previously even internal URLs where opened in a new window/tab. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`math` shortcode](shortcodes/math) and [`mermaid` shortcode](shortcodes/mermaid) now also support the `align` parameter if Markdown codefences are used. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic). This is only implemented for the content area but not the navigation sidebar. This feature is not available in Internet Explorer 11. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Finnish (Suomi). - ---- - -## 5.3.0 (2022-10-07) {#530} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed. The functionality of the new implementation does not work with old browsers (Internet Explorer 11). - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [Image formatting](cont/markdown#css-classes) has two new classes to align images to the `left` or `right`. Additionally, the already existing `inline` option is now documented. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Printing for the [`swagger` shortcode](shortcodes/openapi) was optimized to expand sections that are usually closed in interactive mode. This requires [print support](basics/customization#activate-print-support) to be configured. - ---- - -## 5.2.0 (2022-08-03) {#520} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you've set `collapsibleMenu = true` in your `hugo.toml`, the menu will be expanded if a search term is found in a collapsed submenu. The menu will return to its initial collapse state once the search term does not match any submenus. - ---- - -## 5.1.0 (2022-07-15) {#510} - -### Hugo 0.95.0 - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} This release requires a newer Hugo version. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Because the print preview URLs were non deterministic for normal pages in comparison to page bundles, this is now changed. Each print preview is now accessible by adding a `index.print.html` to the default URL. - - You can revert this behavior by overwriting the `print` output format setting in your `hugo.toml`to: - - {{< multiconfig file=hugo >}} - [outputFormats] - [outputFormats.print] - name= "print" - baseName = "index" - path = "_print" - isHTML = true - mediaType = 'text/html' - permalinkable = false - {{< /multiconfig >}} - ---- - -## 5.0.0 (2022-07-05) {#500} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The theme changed how JavaScript and CSS dependencies are loaded to provide a better performance. In case you've added own JavaScript code that depends on the themes jQuery implementation, you have to put it into a separate `*.js` file (if not already) and add the `defer` keyword to the `script` element. Eg. - - ````html - - ```` - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The way [archetypes](cont/archetypes) are used to generate output has changed. The new systems allows you, to redefine existing archetypes or even generate your own ones. - - Your existing markdown files will still work like before and therefore you don't need to change anything after the upgrade. Nevertheless, it is recommended to adapt your existing markdown files to the new way as follows: - - - for your home page, add the frontmatter parameter `archetype = "home"` and remove the leading heading - - - for all files containing the deprecated frontmatter parameter `chapter = true`, replace it with `archetype = "chapter"` and remove the leading headings - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter options `pre` / `post` were renamed to `menuPre` / `menuPost`. The old options will still be used if the new options aren't set. Therefore you don't need to change anything after the upgrade. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Adding new partials `heading-pre.html` / `heading-post.html` and according frontmatter options `headingPre` / `headingPost` to modify the way your page`s main heading gets styled. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode `math` is available to add beautiful math and chemical formulae. See the [documentation](shortcodes/math) for available features. This feature will not work with Internet Explorer 11. diff --git a/exampleSite/content/basics/releasenotes/5/0.en.md b/exampleSite/content/basics/releasenotes/5/0.en.md new file mode 100644 index 0000000000..4062848e75 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/0.en.md @@ -0,0 +1,35 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.0" +type = "releasenotes" +weight = -0 ++++ + +## 5.0.0 (2022-07-05) {#500} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The theme changed how JavaScript and CSS dependencies are loaded to provide a better performance. In case you've added own JavaScript code that depends on the themes jQuery implementation, you have to put it into a separate `*.js` file (if not already) and add the `defer` keyword to the `script` element. Eg. + + ````html + + ```` + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The way [archetypes](cont/archetypes) are used to generate output has changed. The new systems allows you, to redefine existing archetypes or even generate your own ones. + + Your existing markdown files will still work like before and therefore you don't need to change anything after the upgrade. Nevertheless, it is recommended to adapt your existing markdown files to the new way as follows: + + - for your home page, add the frontmatter parameter `archetype = "home"` and remove the leading heading + + - for all files containing the deprecated frontmatter parameter `chapter = true`, replace it with `archetype = "chapter"` and remove the leading headings + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter options `pre` / `post` were renamed to `menuPre` / `menuPost`. The old options will still be used if the new options aren't set. Therefore you don't need to change anything after the upgrade. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Adding new partials `heading-pre.html` / `heading-post.html` and according frontmatter options `headingPre` / `headingPost` to modify the way your page`s main heading gets styled. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode `math` is available to add beautiful math and chemical formulae. See the [documentation](shortcodes/math) for available features. This feature will not work with Internet Explorer 11. diff --git a/exampleSite/content/basics/releasenotes/5/0.pir.md b/exampleSite/content/basics/releasenotes/5/0.pir.md new file mode 100644 index 0000000000..fe0f39bea7 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/1.en.md b/exampleSite/content/basics/releasenotes/5/1.en.md new file mode 100644 index 0000000000..9071b4d62e --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/1.en.md @@ -0,0 +1,30 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.1" +type = "releasenotes" +weight = -1 ++++ + +## 5.1.0 (2022-07-15) {#510} + +### Hugo 0.95.0 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Because the print preview URLs were non deterministic for normal pages in comparison to page bundles, this is now changed. Each print preview is now accessible by adding a `index.print.html` to the default URL. + + You can revert this behavior by overwriting the `print` output format setting in your `hugo.toml`to: + + {{< multiconfig file=hugo >}} + [outputFormats] + [outputFormats.print] + name= "print" + baseName = "index" + path = "_print" + isHTML = true + mediaType = 'text/html' + permalinkable = false + {{< /multiconfig >}} diff --git a/exampleSite/content/basics/releasenotes/5/1.pir.md b/exampleSite/content/basics/releasenotes/5/1.pir.md new file mode 100644 index 0000000000..5c6910d31c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/10.en.md b/exampleSite/content/basics/releasenotes/5/10.en.md new file mode 100644 index 0000000000..46d685b869 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/10.en.md @@ -0,0 +1,15 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.10" +type = "releasenotes" +weight = -10 ++++ + +## 5.10.0 (2023-01-25) {#5100} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`attachments`](shortcodes/attachments), [`badge`](shortcodes/badge), [`button`](shortcodes/button) and [`notice`](shortcodes/notice) shortcodes have a new parameter `color` to set arbitrary CSS color values. + + Additionally the `--ACCENT-color` brand color introduced in version 5.8.0 is now supported with these shortcodes. diff --git a/exampleSite/content/basics/releasenotes/5/10.pir.md b/exampleSite/content/basics/releasenotes/5/10.pir.md new file mode 100644 index 0000000000..ca5ddcb454 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/10.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.10" +type = "releasenotes" +weight = -10 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/11.en.md b/exampleSite/content/basics/releasenotes/5/11.en.md new file mode 100644 index 0000000000..c5e422ed94 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/11.en.md @@ -0,0 +1,43 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.11" +type = "releasenotes" +weight = -11 ++++ + +## 5.11.0 (2023-02-07) {#5110} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme removed the popular [jQuery](https://jquery.com) library from its distribution. + + In case you made changes to the theme that are depending on this library you can place a copy of jQuery into your `static/js` directory and load it from your own `layouts/partials/custom-header.html` like this: + + ````html {title="layouts/partials/custom-header.html"} + + ```` + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} [Mermaid](shortcodes/mermaid#parameter) diagrams can now be configured for pan and zoom on site-, page-level or individually for each graph. + + The default setting of `on`, in effect since 1.1.0, changed back to `off` as there was interference with scrolling on mobile and big pages. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme is now capable to visually [adapt to your OS's light/dark mode setting](basics/branding#adjust-to-os-settings). + + This is also the new default setting if you haven't configured `themeVariant` in your `hugo.toml`. + + Additionally you can configure the variants to be taken for light/dark mode with the new `themeVariantAuto` parameter. + + This is not supported for Internet Explorer 11, which still displays in the `relearn-light` variant. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The JavaScript code for handling image lightboxes (provided by [Featherlight](https://noelboss.github.io/featherlight)) was replaced by a CSS-only solution. + + This also changed the [lightbox effects](cont/markdown#lightbox) parameter from `featherlight=false` to `lightbox=false`. Nevertheless you don't need to change anything as the old name will be used as a fallback. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the [`expand` shortcode](shortcodes/expand) was changed. While Internet Explorer 11 has issues in displaying it, the functionality still works. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Czech. This language is not supported for search. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [GitHub releases](https://github.com/McShelby/hugo-theme-relearn/tags) are also now tagged for the main version (eg. `1.2.x`), major version (eg. `1.x`) and the latest (just `x`) release making it easier for you to pin the theme to a certain version. diff --git a/exampleSite/content/basics/releasenotes/5/11.pir.md b/exampleSite/content/basics/releasenotes/5/11.pir.md new file mode 100644 index 0000000000..1f949c7fb3 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/11.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.11" +type = "releasenotes" +weight = -11 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/12.en.md b/exampleSite/content/basics/releasenotes/5/12.en.md new file mode 100644 index 0000000000..d29a564543 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/12.en.md @@ -0,0 +1,33 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.12" +type = "releasenotes" +weight = -12 ++++ + +## 5.12.0 (2023-05-04) {#5120} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed (again). While Internet Explorer 11 has issues in displaying it, the functionality still works. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) which provides on-premise CMS capabilties to Hugo. + + The theme provides Front Matter snippets for its shortcodes. Currently only English and German is supported. Put a reference into your `frontmatter.json` like this + + ````json {title="frontmatter.json"} + { + ... + "frontMatter.extends": [ + "./vscode-frontmatter/snippets.en.json" + ] + ... + } + ```` + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation](/pir). This feature is not available in Internet Explorer 11. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals. diff --git a/exampleSite/content/basics/releasenotes/5/12.pir.md b/exampleSite/content/basics/releasenotes/5/12.pir.md new file mode 100644 index 0000000000..574f5302a4 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/12.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.12" +type = "releasenotes" +weight = -12 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/13.en.md b/exampleSite/content/basics/releasenotes/5/13.en.md new file mode 100644 index 0000000000..d13c5d02fa --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/13.en.md @@ -0,0 +1,15 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.13" +type = "releasenotes" +weight = -13 ++++ + +## 5.13.0 (2023-05-17) {#5130} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The `swagger` shortcode was deprecated in favor for the [`openapi` shortcode](shortcodes/openapi). You don't need to change anything yet as the old name will be used as a fallback. It is planned to remove the `swagger` shortcode in the next major release. + + Additionally, the implemantion of this shortcode was switched from RapiDoc to [SwaggerUI](https://github.com/swagger-api/swagger-ui). diff --git a/exampleSite/content/basics/releasenotes/5/13.pir.md b/exampleSite/content/basics/releasenotes/5/13.pir.md new file mode 100644 index 0000000000..06d81ca6fe --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/13.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.13" +type = "releasenotes" +weight = -13 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/14.en.md b/exampleSite/content/basics/releasenotes/5/14.en.md new file mode 100644 index 0000000000..1e96786d95 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/14.en.md @@ -0,0 +1,27 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.14" +type = "releasenotes" +weight = -14 ++++ + +## 5.14.0 (2023-05-20) {#5140} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The taxonomy pages received some love in this release, making them better leverage available screen space and adding translation support for the taxonomy names. + + Hugo's default taxonmies `tags` and `categories` are already contained in the theme's i18n files. If you have self-defined taxonomies, you can add translations by adding them to your own i18n files. If you don't provide translations, the singualar and plural forms are taken as configured in your `hugo.toml`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To give you more flexibility in customizing your article layout a new partial `content-header.html` is introduced. + + This came out of the requirement to customize the position of article tags, which by default are displayed above the title. A second requirement was to also show additional [taxonomies](https://gohugo.io/content-management/taxonomies/) not supported by the theme natively. While Hugo supports tags and categories by default, the theme only displays tags. + + So how to adjust the position of tags starting from the theme's default where tags are only shown above the title? + + 1. Hide tags above title: Overwrite `content-header.html` with an empty file. + 2. Show tags between title and content: Overwrite `heading-post.html` and add `{{ partial "tags.html" . }}` to it. + 3. Show tags below content: Overwrite `content-footer.html` and add `{{ partial "tags.html" . }}` to it. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new parameter `breadcrumbSeparator` is now available in your `hugo.toml` to change the - well - separator of the breadcrumb items. An appropriate default is in place if you do not configure anything. diff --git a/exampleSite/content/basics/releasenotes/5/14.pir.md b/exampleSite/content/basics/releasenotes/5/14.pir.md new file mode 100644 index 0000000000..916249e729 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/14.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.14" +type = "releasenotes" +weight = -14 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/15.en.md b/exampleSite/content/basics/releasenotes/5/15.en.md new file mode 100644 index 0000000000..4f0851f958 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/15.en.md @@ -0,0 +1,29 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.15" +type = "releasenotes" +weight = -15 ++++ + +## 5.15.0 (2023-05-29) {#5150} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. + + The [`attachments` shortcode](shortcodes/attachments) has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo < `0.112.0` for now. + + It is [planned to refactor](https://github.com/McShelby/hugo-theme-relearn/issues/22) the `attchments` shortcode in the future. This will make it possible to use the shortcode in branch bundles again but not in simple pages anymore. This will most likely come with a breaking change. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`tabs` shortcode](shortcodes/tabs) has changed behavior if you haven't set the `groupid` parameter. + + Formerly all tab views without a `groupid` were treated as so they belong to the same group. Now, each tab view is treated as it was given a unique id. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The already known `tabs`has a new friend the [`tab` shortcode](shortcodes/tab) to make it easier to create a tab view in case you only need one single tab. Really handy if you want to flag your code examples with a language identifier. + + Additionally for such a use case, the whitespace between a tab outline and the code is removed if only a single code block is contained. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Besides the _tag_ [taxonomy](cont/taxonomy) the theme now also provides the _category_ taxonomy out of the box and shows them in the content footer of each page. diff --git a/exampleSite/content/basics/releasenotes/5/15.pir.md b/exampleSite/content/basics/releasenotes/5/15.pir.md new file mode 100644 index 0000000000..cfe7a80b08 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/15.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.15" +type = "releasenotes" +weight = -15 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/16.en.md b/exampleSite/content/basics/releasenotes/5/16.en.md new file mode 100644 index 0000000000..504bc5e2ba --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/16.en.md @@ -0,0 +1,29 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.16" +type = "releasenotes" +weight = -16 ++++ + +## 5.16.0 (2023-06-10) {#5160} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme now provides warnings for deprecated or now unsupported features. The warnings include hints how to fix them and an additional link to the documentation. + + `DEPRECATION` warnings mark features that still work but may be removed in the future. + + `UNSUPPORTED` warnings mark features that will not work anymore. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The 404 error page was revamped. Hopefully you will not see this very often. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`tabs` shortcode](shortcodes/tabs) and the [`tab` shortcode](shortcodes/tab) received some love and now align with their style, color, title and icon parameter to the other shortcodes. + + The visuals are now slightly different compared to previous versions. Most noteable, if you now display a single code block in a tab, its default styling will adapt to that of a code block but with a tab handle at the top. + + Additionally the `name` parameter was renamed to `title` but you don't need to change anything yet as the old name will be used as a fallback. Nevertheless you will get deprecation warnings while executing Hugo. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now optionally supports [separate favicons](basics/branding#change-the-favicon) for light & dark mode. diff --git a/exampleSite/content/basics/releasenotes/5/16.pir.md b/exampleSite/content/basics/releasenotes/5/16.pir.md new file mode 100644 index 0000000000..f9255b429b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/16.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.16" +type = "releasenotes" +weight = -16 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/17.en.md b/exampleSite/content/basics/releasenotes/5/17.en.md new file mode 100644 index 0000000000..b95ff07a84 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/17.en.md @@ -0,0 +1,25 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.17" +type = "releasenotes" +weight = -17 ++++ + +## 5.17.0 (2023-06-22) {#5170} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The default behavior for the copy-to-clipboard feature for code blocks has changed. + + The copy-to-clipboard button for code blocks will now only be displayed if the reader hovers the code block. + + If you dislike this new behavior you can turn it off and revert to the old behavior by adding `[params] disableHoverBlockCopyToClipBoard=true` to your `hugo.toml`. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.114.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`highlight` shortcode](shortcodes/highlight) replaces Hugo's default implementation and is fully compatible. So you don't need to change anything. + + In addition it offers some extensions. Currently only the `wrap` extension option is provided to control whether a code block should be wrapped or scrolled if to long to fit. diff --git a/exampleSite/content/basics/releasenotes/5/17.pir.md b/exampleSite/content/basics/releasenotes/5/17.pir.md new file mode 100644 index 0000000000..fc0caeddd7 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/17.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.17" +type = "releasenotes" +weight = -17 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/18.en.md b/exampleSite/content/basics/releasenotes/5/18.en.md new file mode 100644 index 0000000000..b4c087c68f --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/18.en.md @@ -0,0 +1,21 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.18" +type = "releasenotes" +weight = -18 ++++ + +## 5.18.0 (2023-07-27) {#5180} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme adds additional warnings for deprecated or now unsupported features. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} There are visual improvements in displaying text links in your content as well as to some other clickable areas in the theme. If you've overwritten some theme styles in your own CSS, keep this in mind. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`siteparam` shortcode](shortcodes/siteparam) is now capable in displaying nested params as well as supporting text formatting. diff --git a/exampleSite/content/basics/releasenotes/5/18.pir.md b/exampleSite/content/basics/releasenotes/5/18.pir.md new file mode 100644 index 0000000000..dd59d68a19 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/18.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.18" +type = "releasenotes" +weight = -18 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/19.en.md b/exampleSite/content/basics/releasenotes/5/19.en.md new file mode 100644 index 0000000000..aaca4bb56b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/19.en.md @@ -0,0 +1,21 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.19" +type = "releasenotes" +weight = -19 ++++ + +## 5.19.0 (2023-08-12) {#5190} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`highlight` shortcode](shortcodes/highlight) now accepts the new parameter `title`. This displays the code like a [single tab](shortcodes/tab). This is also available using Markdown codefences and makes it much easier to write nicer code samples. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has added two new color variants `zen-light` and `zen-dark`. Check it out! + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now [dispatches the custom event](basics/customization#react-to-variant-switches-in-javascript) `themeVariantLoaded` on the `document` when the variant is fully loaded either initially or by switching the variant manually with the variant selector. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.3.1. This adds support for the [sankey diagram type](shortcodes/mermaid#sankey) and now comes with full support for YAML inside Mermaid graphs (previously, the theme ignored explicit Mermaid theme settings in YAML). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Hungarian. diff --git a/exampleSite/content/basics/releasenotes/5/19.pir.md b/exampleSite/content/basics/releasenotes/5/19.pir.md new file mode 100644 index 0000000000..27556ce26a --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/19.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.19" +type = "releasenotes" +weight = -19 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/2.en.md b/exampleSite/content/basics/releasenotes/5/2.en.md new file mode 100644 index 0000000000..09428c2932 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/2.en.md @@ -0,0 +1,13 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.2" +type = "releasenotes" +weight = -2 ++++ + +## 5.2.0 (2022-08-03) {#520} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you've set `collapsibleMenu = true` in your `hugo.toml`, the menu will be expanded if a search term is found in a collapsed submenu. The menu will return to its initial collapse state once the search term does not match any submenus. diff --git a/exampleSite/content/basics/releasenotes/5/2.pir.md b/exampleSite/content/basics/releasenotes/5/2.pir.md new file mode 100644 index 0000000000..5a3a8d823c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/20.en.md b/exampleSite/content/basics/releasenotes/5/20.en.md new file mode 100644 index 0000000000..8cfe891ae4 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/20.en.md @@ -0,0 +1,40 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.20" +type = "releasenotes" +weight = -20 ++++ + +## 5.20.0 (2023-08-26) {#5200} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The theme has updated its Swagger dependency to 5.4.1 for the [`openapi` shortcode](shortcodes/openapi). + + With this comes a change in the light theme variants of `Relearn Bright`, `Relearn Light` and `Zen Light` by switching the syntaxhighlighting inside of openapi to a light scheme. This brings it more in sync with the code style used by the theme variants itself. + + Additionally, the syntaxhighlighting inside of openapi for printing was switched to a light scheme for all theme variants. + + If you dislike this change, you can revert this in your theme variants CSS by adding + + ````css + --OPENAPI-CODE-theme: obsidian; + --PRINT-OPENAPI-CODE-theme: obsidian; + ```` + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed the CSS variable `--MENU-SECTION-HR-color` to `--MENU-SECTION-SEPARATOR-color`. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme variants `Zen Light` and `Zen Dark` now add more contrast between menu, topbar and content by adding thin borders. + + Those borders are now configurable by using the CSS variables `--MAIN-TOPBAR-BORDER-color`, `--MENU-BORDER-color`, `--MENU-TOPBAR-BORDER-color`, `--MENU-TOPBAR-SEPARATOR-color`, `--MENU-HEADER-SEPARATOR-color` and `--MENU-SECTION-ACTIVE-CATEGORY-BORDER-color`. + + For existing variants nothing has changed visually. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The default values for the [image effects](cont/markdown#image-effects) are [now configurable](cont/imageeffects) for your whole site via `hugo.toml` or for each page through frontmatter. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where Mermaid graphs could not be displayed if they were initially hidden - like in collapsed `expand` or inactive `tabs`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions lower than {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.111.0{{% /badge %}} for the [`highlight` shortcode](shortcodes/highlight). This does not change the minimum required Hugo version. diff --git a/exampleSite/content/basics/releasenotes/5/20.pir.md b/exampleSite/content/basics/releasenotes/5/20.pir.md new file mode 100644 index 0000000000..38ec537432 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/20.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.20" +type = "releasenotes" +weight = -20 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/21.en.md b/exampleSite/content/basics/releasenotes/5/21.en.md new file mode 100644 index 0000000000..c5b792ab60 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/21.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.21" +type = "releasenotes" +weight = -21 ++++ + +## 5.21.0 (2023-09-18) {#5210} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} We made changes to the menu footer to improve alignment with the menu items in most cases. Care was taken not to break your existing overwritten footer. Anyways, if you have your `menu-footer.html` [partial overridden](basics/customization#partials), you may want to review the styling (eg. margins/paddings) of your partial. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with an awesome new feature, that allows you to customize your topbar buttons, change behavior, reorder them or define entirely new ones, unique to your installation. See [the documentation](basics/topbar) for further details. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Swagger dependency to 5.7.2 for the [`openapi` shortcode](shortcodes/openapi). This brings support for OpenAPI Specification 3.1. diff --git a/exampleSite/content/basics/releasenotes/5/21.pir.md b/exampleSite/content/basics/releasenotes/5/21.pir.md new file mode 100644 index 0000000000..1b5f66decc --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/21.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.21" +type = "releasenotes" +weight = -21 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/22.en.md b/exampleSite/content/basics/releasenotes/5/22.en.md new file mode 100644 index 0000000000..ef21f0e47b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/22.en.md @@ -0,0 +1,37 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.22" +type = "releasenotes" +weight = -22 ++++ + +## 5.22.0 (2023-10-02) {#5220} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with `R-`. + + If you haven't modified anything, everything is fine. Otherwise you have to check your custom CSS rules and JavaScript code. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} You can now have structural sections in the hierarchical menu without generating a page for it. + + This can come in handy, if content for such a section page doesn't make much sense to you. See [the documentation](cont/frontmatter#disable-section-pages) for how to do this. + + This feature may require you to make changes to your existing installation if you are already using _[shortcuts to pages inside of your project](cont/menushortcuts#shortcuts-to-pages-inside-of-your-project)_ with a _headless branch parent_. + + In this case it is advised to remove the `title` from the headless branch parent's frontmatter, as it will otherwise appear in your breadcrumbs. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to overwrite the setting for `collapsibleMenu` of your `hugo.toml` inside of a page's frontmatter. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a Mermaid graph is zoomable a button to reset the view is now added to the upper right corner. The button is only shown once the mouse is moved over the graph. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to remove the root breadcrumb by setting `disableRootBreadcrumb=true` in your `hugo.toml`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The output of the dedicated search page now displays the result's breadcrumb. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Table rows now change their background color on every even row. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Swahili. This language is not supported for search. diff --git a/exampleSite/content/basics/releasenotes/5/22.pir.md b/exampleSite/content/basics/releasenotes/5/22.pir.md new file mode 100644 index 0000000000..d57de3b5f8 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/22.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.22" +type = "releasenotes" +weight = -22 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/23.en.md b/exampleSite/content/basics/releasenotes/5/23.en.md new file mode 100644 index 0000000000..13a361476b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/23.en.md @@ -0,0 +1,65 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.23" +type = "releasenotes" +weight = -23 ++++ + +## 5.23.0 (2023-11-03) {#5230} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} With {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.120.0{{% /badge %}} the author settings move into the `[params]` array in your `hugo.toml`. Because this collides with the previous way, the theme expected author information, it now adheres to Hugo standards and prints out a warning during built if something is wrong. + + Change your previous setting from + + {{< multiconfig file=hugo >}} + [params] + author = "Hugo" + {{< /multiconfig >}} + + to + + {{< multiconfig file=hugo >}} + [params] + author.name = "Hugo" + {{< /multiconfig >}} + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Taxonomy [term pages](https://gohugo.io/content-management/taxonomies#add-custom-metadata-to-a-taxonomy-or-term) now add the breadcrumb for each listed page. If this gets too crowded for you, you can turn the breadcrumbs off in your `hugo.toml` by adding `disableTermBreadcrumbs=true`. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Taxonomy and term pages are now allowed to contain content. This is added inbetween the title and the page list. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to print custom taxonomies anywhere in your page. [See the docs](cont/taxonomy#customization). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the menu width for your whole site. [See the docs](basics/customization#change-the-menu-width). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. [See the docs](basics/customization#social-media-meta-tags). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with additional sort options for the menu and the [`children` shortcode](shortcodes/children). Both will now accept the following values: `weight`, `title`, `linktitle`, `modifieddate`, `expirydate`, `publishdate`, `date`, `length` or `default` (adhering to Hugo's default sort order). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. [See the docs](basics/customization#own-shortcodes-with-javascript-dependencies). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for the [xychart type](shortcodes/mermaid#xychart). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds portable Markdown links. + + Previously it was not possible to use pure Markdown links in a configuration independent way to link to pages inside of your project. It always required you to know how your `uglyURLs` setting is, wheather you link to a page or page bundle and in case of relative links if your current page is a page or page bundle. (eg. `[generator](generator/index.html)` vs. `[generator](generator.html)`). This is a hassle as you have to change these links manually once you change your `uglyURLs` setting or change the type of a page. + + You could work around this by using the `relref` shortcode (eg `[generator]({{%/* relref "../generator" */%}})`) which works but results in non-portable Markdown. + + Now it's possible to use the same path of a call to `relref` in a plain Markdown link (eg `[generator](../generator)`). This is independent of any configuration settings or the page types involved in linking. Note, that this requires your links to be given without any extension, so `[generator](generator/index.html)` will work as before. + + The following types of linking are supported: + + | link | description | + | ---------------------------------- | ------------------------------------------- | + | `[generator](en/basics/generator)` | absolute from your project root (multilang) | + | `[generator](/en/basics/generator)`| absolute from your project root (multilang) | + | `[generator](basics/generator)` | absolute from your current language root | + | `[generator](/basics/generator)` | absolute from your current language root | + | `[generator](./../generator)` | relative from the current page | + | `[generator](../generator)` | relative from the current page | + diff --git a/exampleSite/content/basics/releasenotes/5/23.pir.md b/exampleSite/content/basics/releasenotes/5/23.pir.md new file mode 100644 index 0000000000..fe970b77c2 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/23.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.23" +type = "releasenotes" +weight = -23 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/24.en.md b/exampleSite/content/basics/releasenotes/5/24.en.md new file mode 100644 index 0000000000..8e8cdf2c21 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/24.en.md @@ -0,0 +1,51 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.24" +type = "releasenotes" +weight = -24 ++++ + +## 5.24.0 (2024-02-28) {#5240} + +### Hugo 0.112.4 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.4{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The topbar button received a way to add text next to the icon. For this, the original `title` option was renamed to `hint` while the new `title` option is now displayed next to the icon. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter option `menuTitle` is now deprecated in favor for Hugo's own `linkTitle`. You don't need to change anything as the old `menuTitle` option is still supported. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The light themes have a bit more contrast for content text and headings. Also the syntaxhighlighting was changed to the more colorful MonokaiLight. This brings the syntaxhighlighting in sync with the corresponding dark theme variants, which are using Monokai. If you dislike this, you can create your own color variant file as [described here](basics/branding#modify-shipped-variants). + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If the theme can not resolve a link to a page or image, you can now generate warnings or errors during build by setting `link.errorlevel` or `image.errorlevel` to either `warning` or `error` in your `hugo.toml` respectively. By default this condition is silently ignored and the link is written as-is. + + Please note that a page link will generate false negatives if `uglyURLs=true` and it references an ordinary page before {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}. + + Please note that an image link will generate false negatives if the file resides in your `static` directory. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can configure additional options for every theme variant in your `hugo.toml`. This allows for optional [advanced functionality](basics/branding#theme-variant-advanced). You don't need to change anything as the old configuration options will still work (but may generate warnings now). + + The advanced functionality allows you to set an explicit name for a theme variant and now allows for multiple auto mode variants that adjust to the light/dark preference of your OS settings. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partial for defining the heading. See [documentation](basics/customization#partials) for further reading. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo's built-in [`figure` shortcode](https://gohugo.io/content-management/shortcodes/#figure). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} On taxonomy and term pages you can now use prev/next navigation as within the normal page structure. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} In additiion to the existing [menu width customization](basics/customization#change-the-menu-width), it is now also possible to set the width of the menu flyout for small screen sizes with the `--MENU-WIDTH-S` CSS property. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Improvements for accessibility when tabbing through the page for images, links and tab handles. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The `editURL` config parameter is now [overwritable in your pages frontmatter](cont/frontmatter). In addition it received more versatility by letting you control where to put the file path into the URL. This is achieved by replacing the variable `${FilePath}` in your URL by the pages file path. You don't need to change anything in your existing configuration as the old way without the replacement variable still works. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The themes [config](basics/configuration) and [frontmatter](cont/frontmatter) options received a comprehensive documentation update. In addition the theme switched from `config.toml` to `hugo.toml`. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} or higher for the [`highlight` shortcode](shortcodes/highlight). This does not change the minimum required Hugo version. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}} or higher for theme specific [output formats](basics/customization) and handling of taxonomy and term titles. This does not change the minimum required Hugo version. diff --git a/exampleSite/content/basics/releasenotes/5/24.pir.md b/exampleSite/content/basics/releasenotes/5/24.pir.md new file mode 100644 index 0000000000..6a752f07af --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/24.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.24" +type = "releasenotes" +weight = -24 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/25.en.md b/exampleSite/content/basics/releasenotes/5/25.en.md new file mode 100644 index 0000000000..2bd22300e8 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/25.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.25" +type = "releasenotes" +weight = -25 ++++ + +## 5.25.0 (2024-02-29) {#5250} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release deprecates the [`attachments` shortcode](shortcodes/attachments) in favor of the new the [`resources` shortcode](shortcodes/resources). + + If you are using Hugo below {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}, you don't need to change anything as the old shortcode still works (but may generate warnings). + + Anyways, users are strongly advised to migrate as the `attachments` shortcode will not receive support anymore. Migration instructions are listed on the [`attachments` shortcode page](shortcodes/attachments#migration). + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you run Hugo with [GitInfo](https://gohugo.io/methods/page/gitinfo/) configured, the default page footer now prints out name, email address and date of the last commit. If you want to turn this off you either have to run Hugo without GitInfo (which is the default) or overwrite the `content-footer.html` partial. diff --git a/exampleSite/content/basics/releasenotes/5/25.pir.md b/exampleSite/content/basics/releasenotes/5/25.pir.md new file mode 100644 index 0000000000..210dda4ce9 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/25.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.25" +type = "releasenotes" +weight = -25 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/26.en.md b/exampleSite/content/basics/releasenotes/5/26.en.md new file mode 100644 index 0000000000..fe8946c65e --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/26.en.md @@ -0,0 +1,21 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.26" +type = "releasenotes" +weight = -26 ++++ + +## 5.26.0 (2024-03-18) {#5260} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The lazy loading of images is now configurable by using the new `lazy` [image effect](cont/imageeffects). The default value hasn't changed in comparison to older versions, you don't need to change anything. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to [adjust the max width of the main area](basics/customization#change-the-main-areas-max-width), eg. in case you want to use the full page width for your content. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Images and Markdown codefences are now respecting [Hugo's Markdown attributes](https://gohugo.io/content-management/markdown-attributes/). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for [block diagrams](shortcodes/mermaid#block-diagram). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where the page wasn't repositioning correctly when going forward or backward in your browser history. diff --git a/exampleSite/content/basics/releasenotes/5/26.pir.md b/exampleSite/content/basics/releasenotes/5/26.pir.md new file mode 100644 index 0000000000..9cb59088d9 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/26.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.26" +type = "releasenotes" +weight = -26 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/27.en.md b/exampleSite/content/basics/releasenotes/5/27.en.md new file mode 100644 index 0000000000..774852f531 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/27.en.md @@ -0,0 +1,33 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.27" +type = "releasenotes" +weight = -27 ++++ + +## 5.27.0 (2024-04-07) {#5270} + +### Hugo 0.121.0 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If the theme is configured to generate warnings or errors during build by setting `image.errorlevel` to either `warning` or `error` in your `hugo.toml`, it will now also generate output if a link fragment is not found in the target page. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [dependency loader](basics/customization#own-shortcodes-with-javascript-dependencies) was made more versatile. + + The configuration in your `hugo.toml` does not require the `location` parameter anymore. If you still use it, the theme will work as before but will generate a warning. So you don't need to change anything, yet. + + With the new mechanism, your dependency loader now receives an additional `location` parameter instead that you can query to inject your dependencies in the desired location. + + By that you can now call the dependency mechanism in your own overriden partials by giving it a distinct `location` parameter. In addition your injected files can now be spread to multiple locations which wasn't previously possible. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional styling was added for the native HTML elements `` and ``. To use them you must allow the [usage of HTML](https://gohugo.io/getting-started/configuration-markup/#rendererunsafe) in your `hugo.toml`. The [Markdown documentation](cont/markdown/#standard-and-extensions) was enhanced for this. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can scroll forward and backward through all headings of a page by using ALT 🡑 and ALT 🡓. This also works for the `PRINT` output format. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The breadcrumbs used in the topbar, search results and the taxonomy term lists are now using the pages frontmatter `linktitle` instead of `title` if set. diff --git a/exampleSite/content/basics/releasenotes/5/27.pir.md b/exampleSite/content/basics/releasenotes/5/27.pir.md new file mode 100644 index 0000000000..e4b1893df1 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/27.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.27" +type = "releasenotes" +weight = -27 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/3.en.md b/exampleSite/content/basics/releasenotes/5/3.en.md new file mode 100644 index 0000000000..46695e6f65 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/3.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.3" +type = "releasenotes" +weight = -3 ++++ + +## 5.3.0 (2022-10-07) {#530} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed. The functionality of the new implementation does not work with old browsers (Internet Explorer 11). + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [Image formatting](cont/markdown#css-classes) has two new classes to align images to the `left` or `right`. Additionally, the already existing `inline` option is now documented. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Printing for the [`swagger` shortcode](shortcodes/openapi) was optimized to expand sections that are usually closed in interactive mode. This requires [print support](basics/customization#activate-print-support) to be configured. diff --git a/exampleSite/content/basics/releasenotes/5/3.pir.md b/exampleSite/content/basics/releasenotes/5/3.pir.md new file mode 100644 index 0000000000..beff75d267 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/3.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.3" +type = "releasenotes" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/4.en.md b/exampleSite/content/basics/releasenotes/5/4.en.md new file mode 100644 index 0000000000..91a692dee5 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/4.en.md @@ -0,0 +1,25 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.4" +type = "releasenotes" +weight = -4 ++++ + +## 5.4.0 (2022-11-01) {#540} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} [With the proper settings](basics/customization#file-system) in your `hugo.toml` your page is now servable from the local file system using `file://` URLs. + + Please note that the searchbox will only work for this if you reconfigure your outputformat for the homepage in your `hugo.toml` from `json` to `search`. The now deprecated `json` outputformat still works as before, so there is no need to reconfigure your installation if it is only served from `http://` or `https://`. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`button` shortcode](shortcodes/button) has a new parameter `target` to set the destination frame/window for the URL to open. If not given, it defaults to a new window/tab for external URLs or is not set at all for internal URLs. Previously even internal URLs where opened in a new window/tab. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`math` shortcode](shortcodes/math) and [`mermaid` shortcode](shortcodes/mermaid) now also support the `align` parameter if Markdown codefences are used. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic). This is only implemented for the content area but not the navigation sidebar. This feature is not available in Internet Explorer 11. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Finnish (Suomi). diff --git a/exampleSite/content/basics/releasenotes/5/4.pir.md b/exampleSite/content/basics/releasenotes/5/4.pir.md new file mode 100644 index 0000000000..185b2b75f8 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/4.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.4" +type = "releasenotes" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/5.en.md b/exampleSite/content/basics/releasenotes/5/5.en.md new file mode 100644 index 0000000000..c844cb6db2 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/5.en.md @@ -0,0 +1,22 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.5" +type = "releasenotes" +weight = -5 ++++ + +## 5.5.0 (2022-11-06) {#550} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The way images are processed has changed. Now images are lazy loaded by default which speeds up page load on slow networks and/or big pages and also the print preview. + + For that the JavaScript code to handle the [lightbox and image effects](cont/markdown#image-effects) on the client side was removed in favour for static generation of those effects on the server. + + If you have used HTML directly in your Markdown files, this now has the downside that it doesn't respect the effect query parameter anymore. In this case you have to migrate all your HTML `img` URLs manually to the respective HTML attributes. + + | Old | New | + |--------------------------------------------------------|-----------------------------------------------------------------| + | `` | `` | + diff --git a/exampleSite/content/basics/releasenotes/5/5.pir.md b/exampleSite/content/basics/releasenotes/5/5.pir.md new file mode 100644 index 0000000000..09dc5b166b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/5.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.5" +type = "releasenotes" +weight = -5 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/6.en.md b/exampleSite/content/basics/releasenotes/5/6.en.md new file mode 100644 index 0000000000..39d5f57a22 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/6.en.md @@ -0,0 +1,31 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.6" +type = "releasenotes" +weight = -6 ++++ + +## 5.6.0 (2022-11-18) {#560} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning through large number of results. + + To activate this feature, you need to [configure it](basics/customization#configure-search) in your `hugo.toml` as a new outputformat `searchpage` for the home page. If you don't configure it, no dedicated search page will be accessible and the theme works as before. + + You can access the search page by either clicking on the magnifier glass or pressing enter inside of the search box. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Keyboard handling for the TOC and search was improved. + + Pressing `CTRL+ALT+t` now will not only toggle the TOC overlay but also places the focus to the first heading on opening. Subsequently this makes it possible to easily select headings by using the `TAB` key. + + The search received its own brand new keyboard shortcut `CTRL+ALT+f`. This will focus the cursor inside of the search box so you can immediately start your search by typing. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You are now able to turn off the generation of generator meta tags in your HTML head to hide the used versions of Hugo and this theme. + + To [configure this](basics/configuration) in your `hugo.toml` make sure to set Hugo's `disableHugoGeneratorInject=true` **and** also `[params] disableGeneratorVersion=true`, otherwise Hugo will generate a meta tag into your home page automagically. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Creation of your project gets a little bit faster with this release. + + This addresses increased build time with the version 5 releases. The theme now heavily caches partial results leading to improved performance. To further increase performance, unnecessary parts of the page are now skipped for creation of the print output (eg. menus, navigation bar, etc.). diff --git a/exampleSite/content/basics/releasenotes/5/6.pir.md b/exampleSite/content/basics/releasenotes/5/6.pir.md new file mode 100644 index 0000000000..6aa13b343a --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/6.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.6" +type = "releasenotes" +weight = -6 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/7.en.md b/exampleSite/content/basics/releasenotes/5/7.en.md new file mode 100644 index 0000000000..70e878b1fe --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/7.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.7" +type = "releasenotes" +weight = -7 ++++ + +## 5.7.0 (2022-11-29) {#570} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The Korean language translation for this theme is now available with the language code `ko`. Formerly the country code `kr` was used instead. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`button` shortcode](shortcodes/button) can now also be used as a real button inside of HTML forms - although this is a pretty rare use case. The documentation was updated accordingly. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The search now supports the Korean language. diff --git a/exampleSite/content/basics/releasenotes/5/7.pir.md b/exampleSite/content/basics/releasenotes/5/7.pir.md new file mode 100644 index 0000000000..fc037ca172 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/7.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.7" +type = "releasenotes" +weight = -7 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/8.en.md b/exampleSite/content/basics/releasenotes/5/8.en.md new file mode 100644 index 0000000000..3d2420d473 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/8.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.8" +type = "releasenotes" +weight = -8 ++++ + +## 5.8.0 (2022-12-08) {#580} + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`badge` shortcode](shortcodes/badge) is now available to add highly configurable markers to your content as you can see it on this page. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new [`icon` shortcode](shortcodes/icon) simplyfies the usage of icons. This can even be combined with also new `badge` shortcode. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports some of GFM (GitHub Flavored Markdown) syntax and Hugo Markdown extensions, namely [task lists](cont/markdown#tasks), [defintion lists](cont/markdown#definitions) and [footnotes](cont/markdown#footnotes). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} A new color `--ACCENT-color` was introduced which is used for highlighting search results on the page. In case you simply don't care, you don't need to change anything in your variant stylesheet as the old `yellow` color is still used as default. diff --git a/exampleSite/content/basics/releasenotes/5/8.pir.md b/exampleSite/content/basics/releasenotes/5/8.pir.md new file mode 100644 index 0000000000..4615b116bc --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/8.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.8" +type = "releasenotes" +weight = -8 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/9.en.md b/exampleSite/content/basics/releasenotes/5/9.en.md new file mode 100644 index 0000000000..dfc5008de3 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/9.en.md @@ -0,0 +1,58 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.9" +type = "releasenotes" +weight = -9 ++++ + +## 5.9.0 (2022-12-23) {#590} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} With this version it is now possible to not only have sections on the first menu level but also pages. + + It was later discovered, that this causes pages only meant to be displayed in the `More` section of the menu and stored directly inside your `content` directory to now show up in the menu as well. + + To [get rid](cont/menushortcuts#shortcuts-to-pages-inside-of-your-project) of this undesired behavior you have two choices: + + 1. Make the page file a [headless branch bundle](https://gohugo.io/content-management/page-bundles/#headless-bundle) (contained in its own subdirectory and called `_index.md`) and add the following frontmatter configuration to the file (see exampleSite's `content/showcase/_index.en.md`). This causes its content to **not** be ontained in the sitemap. + + {{< multiconfig fm=true >}} + title = "Showcase" + [_build] + render = "always" + list = "never" + publishResources = true + {{< /multiconfig >}} + + 2. Store the page file for below a parent headless branch bundle and add the following frontmatter to he **parent** (see exampleSite's `content/more/_index.en.md`). **Don't give this page a `title`** as this will cause it to be shown in the breadcrumbs - a thing you most likely don't want. + + {{< multiconfig fm=true >}} + [_build] + render = "never" + list = "never" + publishResources = false + {{< /multiconfig >}} + + In this case, the file itself can be a branch bundle, leaf bundle or simple page (see exampleSite's `content/more/credits.en.md`). This causes its content to be contained in the sitemap. + + {{< multiconfig fm=true >}} + title = "Credits" + {{< /multiconfig >}} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The required folder name for the [`attachments` shortcode](shortcodes/attachments) was changed for leaf bundles. + + Previously, the attachments for leaf bundles in non-multilang setups were required to be in a `files` subdirectory. For page bundles and leaf bundles in multilang setups they were always required to be in a `_index..files` or `index..files` subdirectory accordingly. + + This added unnecessary complexity. So attachments for leaf bundles in non-multilang setups can now also reside in a `index.files` directory. Although the old `files` directory is now deprecated, if both directories are present, only the old `files` directory will be used for compatibility. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Absolute links prefixed with `http://` or `https://` are now opened in a separate browser tab. + + You can revert back to the old behavior by defining `externalLinkTarget="_self"` in the `params` section of your `hugo.toml`. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports [Hugo's module system](https://gohugo.io/hugo-modules/). diff --git a/exampleSite/content/basics/releasenotes/5/9.pir.md b/exampleSite/content/basics/releasenotes/5/9.pir.md new file mode 100644 index 0000000000..c4c1f3c40c --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/9.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 5.9" +type = "releasenotes" +weight = -9 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/5/_index.en.md b/exampleSite/content/basics/releasenotes/5/_index.en.md new file mode 100644 index 0000000000..d9db1853f7 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/5/_index.en.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +title = "Version 5" +type = "releasenotes" +weight = -5 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/5.pir.md b/exampleSite/content/basics/releasenotes/5/_index.pir.md similarity index 81% rename from exampleSite/content/basics/releasenotes/5.pir.md rename to exampleSite/content/basics/releasenotes/5/_index.pir.md index c935a871c1..7bb91a9144 100644 --- a/exampleSite/content/basics/releasenotes/5.pir.md +++ b/exampleSite/content/basics/releasenotes/5/_index.pir.md @@ -1,5 +1,5 @@ +++ -hidden = "true" +disableToc = false title = "Version 5" type = "releasenotes" weight = -5 diff --git a/exampleSite/content/basics/releasenotes/6.en.md b/exampleSite/content/basics/releasenotes/6.en.md deleted file mode 100644 index 7dac2b8f75..0000000000 --- a/exampleSite/content/basics/releasenotes/6.en.md +++ /dev/null @@ -1,141 +0,0 @@ -+++ -hidden = true -title = "Version 6" -type = "releasenotes" -weight = -6 -+++ - - - -## 6.4.0 (2024-09-12) {#640} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you now display a single code block in a `notice` box, its [margin and border will be removed](shortcodes/notice#code-with-collapsed-colored-borders) so only the colored notice border is visible. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to have user-defined styles for all shortcodes that accept the `style` parameter. See the [`notice` shortcode](shortcodes/notice#configuration) for configuration. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`resources` shortcode](shortcodes/resources) has a new parameter `expanded` to make the resource list collapsible. - ---- - -## 6.3.0 (2024-09-03) {#630} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`expand` shortcode](shortcodes/expand) changed the naming of the `open` parameter to `expanded`. You don't need to change anything yet but may get deprecation warnings. - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} If the content for the [`notice` shortcode](shortcodes/notice) is empty, now only the title bar will be displayed. Previously an empty content box was displayed. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`notice` shortcode](shortcodes/notice) has a new parameter `expanded` to make the content collapsible. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.134.0{{% /badge %}} or later, the theme now supports [Obsidian styled alerts](cont/markdown#obsidian-styled-alerts). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 11.1.0. This adds support for [packet](shortcodes/mermaid#packet) and [architecture](shortcodes/mermaid#architecture) diagrams. - ---- - -## 6.2.0 (2024-08-26) {#620} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The heading anchor links are extended in functionality. - - If you now click on it, not only is the link copied to the clipboard (previous behavior) but also the heading scrolls to the top of the page. - - If you dislike the new behavior, you can deactivate it by setting `disableAnchorScrolling=true` in your `hugo.toml`. See the [docs for further options](basics/customization#change-heading-anchor-behavior). - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.132.0{{% /badge %}} or later, the theme is now capable to print [GitHub styled alerts](cont/markdown#github-styled-alerts). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, all shortcodes that support severity levels with their `style` parameter were expanded with the new severities `caution` and `important` and the `color` parameter was expanded with `cyan` and `magenta`. Please note, that coloring and icons of severities may defer from the [display you see on GitHub](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, the new severities and their according colors are also available as CSS variables `BOX-MAGENTA-color`, `BOX-MAGENTA-TEXT-color`, `BOX-CAUTION-color`, `BOX-CAUTION-TEXT-color`, `BOX-CYAN-color`, `BOX-CYAN-TEXT-color`, `BOX-IMPORTANT-color`, `BOX-IMPORTANT-TEXT-color`. You don't need to change anything in your custom color stylesheet as appropriate default colors will be used. - ---- - -## 6.1.0 (2024-08-02) {#610} - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`include` shortcode](shortcodes/include) is now able to resolve links to pages as well as resources or files in the file system (the old behavior). - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} To make the asset buster mechanism more robust, some internally used stylesheets where restructured. This generally should not affect your page in any negative way. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`openapi` shortcode](shortcodes/openapi) is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by setting `openapi.errorlevel` to either `warning` or `error` in your `hugo.toml` if a path can not be resolved. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcodes supporting an `errorlevel` configuration can now have overridden values in the [frontmatter](cont/frontmatter/) section of each individual page. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now comes with its own overridden version of the `relref` shortcode. - - While the usage of `relref` is obsolete and discouraged by Hugo for a while, existing installations may use it. In configurations using a `baseURL` with a subdirectory, and having `relativeURLs=false` (the default) Hugo's standard `relref` implementation was failing. - - The shortcode is deactivated by default and can be activated by setting - - {{< multiconfig file=hugo >}} - [params] - disableDefaultRelref = true - {{< /multiconfig >}} - - in your `hugo.toml`. Only do this if your site fulfills **all of the above assumptions**. - ---- - -## 6.0.0 (2024-04-27) {#600} - -### Breaking - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release requires you to move your self-defined variant (`theme-*.css`) and chroma stylesheets (`chroma-*.css`) from `static/css` to `assets/css`. - - This was necessary to avoid permission errors on build if running in certain Unix configurations. - - In addition it is not allowed anymore to `@import` your chroma stylesheet from inside of your variant stylesheet. - - Say, your chroma stylesheet is named `chroma-monokai.css`, you have to add the following inside your variant stylesheet: - - ````css - --CODE-theme: monokai; - ```` - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now be ignored. - - 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 %}} Search support for the `json` outputformat [deprecated in 5.4.0](basics/releasenotes/5/#540) was removed. - - Change it to `search` for the homepage in your `hugo.toml`. See the docs for [detailed configuration](basics/customization#configure-search). - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` [deprecated in 5.24.0](basics/releasenotes/5/#5240) was removed in favor for Hugo’s own `linkTitle`. - - Additionally, if set, `linkTitle` will now be used instead of `title` to generate the breadcrumb. - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The `swagger` shortcode [deprecated in 5.13.0](basics/releasenotes/5/#5130) was removed in favor for the [`openapi` shortcode](shortcodes/openapi) with the same set of parameter. - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped. - -### Change - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} With 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. - - Previously, the summary erroneously was ignored which now can lead to different output if you set `description=true` as a parameter. - -### New - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`include` shortcode](shortcodes/include) is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by setting `include.errorlevel` to either `warning` or `error` in your `hugo.toml` if a path can not be resolved. - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Math is now usable without enclosing it in a shortcode or Markdown codefence by using Hugo's [passthrough configuration](shortcodes/math#passthrough-configuration). - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Romanian. diff --git a/exampleSite/content/basics/releasenotes/6/0.en.md b/exampleSite/content/basics/releasenotes/6/0.en.md new file mode 100644 index 0000000000..3384074958 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/0.en.md @@ -0,0 +1,59 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.0" +type = "releasenotes" +weight = -0 ++++ + +## 6.0.0 (2024-04-27) {#600} + +### Breaking + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release requires you to move your self-defined variant (`theme-*.css`) and chroma stylesheets (`chroma-*.css`) from `static/css` to `assets/css`. + + This was necessary to avoid permission errors on build if running in certain Unix configurations. + + In addition it is not allowed anymore to `@import` your chroma stylesheet from inside of your variant stylesheet. + + Say, your chroma stylesheet is named `chroma-monokai.css`, you have to add the following inside your variant stylesheet: + + ````css + --CODE-theme: monokai; + ```` + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now be ignored. + + 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 %}} Search support for the `json` outputformat [deprecated in 5.4.0](basics/releasenotes/5/#540) was removed. + + Change it to `search` for the homepage in your `hugo.toml`. See the docs for [detailed configuration](basics/customization#configure-search). + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` [deprecated in 5.24.0](basics/releasenotes/5/#5240) was removed in favor for Hugo’s own `linkTitle`. + + Additionally, if set, `linkTitle` will now be used instead of `title` to generate the breadcrumb. + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The `swagger` shortcode [deprecated in 5.13.0](basics/releasenotes/5/#5130) was removed in favor for the [`openapi` shortcode](shortcodes/openapi) with the same set of parameter. + +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} With 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. + + Previously, the summary erroneously was ignored which now can lead to different output if you set `description=true` as a parameter. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`include` shortcode](shortcodes/include) is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by setting `include.errorlevel` to either `warning` or `error` in your `hugo.toml` if a path can not be resolved. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Math is now usable without enclosing it in a shortcode or Markdown codefence by using Hugo's [passthrough configuration](shortcodes/math#passthrough-configuration). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Romanian. diff --git a/exampleSite/content/basics/releasenotes/6/0.pir.md b/exampleSite/content/basics/releasenotes/6/0.pir.md new file mode 100644 index 0000000000..2bf511963e --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/6/1.en.md b/exampleSite/content/basics/releasenotes/6/1.en.md new file mode 100644 index 0000000000..2a32b25456 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/1.en.md @@ -0,0 +1,34 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.1" +type = "releasenotes" +weight = -1 ++++ + +## 6.1.0 (2024-08-02) {#610} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`include` shortcode](shortcodes/include) is now able to resolve links to pages as well as resources or files in the file system (the old behavior). + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} To make the asset buster mechanism more robust, some internally used stylesheets where restructured. This generally should not affect your page in any negative way. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`openapi` shortcode](shortcodes/openapi) is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by setting `openapi.errorlevel` to either `warning` or `error` in your `hugo.toml` if a path can not be resolved. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcodes supporting an `errorlevel` configuration can now have overridden values in the [frontmatter](cont/frontmatter/) section of each individual page. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now comes with its own overridden version of the `relref` shortcode. + + While the usage of `relref` is obsolete and discouraged by Hugo for a while, existing installations may use it. In configurations using a `baseURL` with a subdirectory, and having `relativeURLs=false` (the default) Hugo's standard `relref` implementation was failing. + + The shortcode is deactivated by default and can be activated by setting + + {{< multiconfig file=hugo >}} + [params] + disableDefaultRelref = true + {{< /multiconfig >}} + + in your `hugo.toml`. Only do this if your site fulfills **all of the above assumptions**. diff --git a/exampleSite/content/basics/releasenotes/6/1.pir.md b/exampleSite/content/basics/releasenotes/6/1.pir.md new file mode 100644 index 0000000000..237f95c66f --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/6/2.en.md b/exampleSite/content/basics/releasenotes/6/2.en.md new file mode 100644 index 0000000000..01907fec0e --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/2.en.md @@ -0,0 +1,25 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.2" +type = "releasenotes" +weight = -2 ++++ + +## 6.2.0 (2024-08-26) {#620} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The heading anchor links are extended in functionality. + + If you now click on it, not only is the link copied to the clipboard (previous behavior) but also the heading scrolls to the top of the page. + + If you dislike the new behavior, you can deactivate it by setting `disableAnchorScrolling=true` in your `hugo.toml`. See the [docs for further options](basics/customization#change-heading-anchor-behavior). + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.132.0{{% /badge %}} or later, the theme is now capable to print [GitHub styled alerts](cont/markdown#github-styled-alerts). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, all shortcodes that support severity levels with their `style` parameter were expanded with the new severities `caution` and `important` and the `color` parameter was expanded with `cyan` and `magenta`. Please note, that coloring and icons of severities may defer from the [display you see on GitHub](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, the new severities and their according colors are also available as CSS variables `BOX-MAGENTA-color`, `BOX-MAGENTA-TEXT-color`, `BOX-CAUTION-color`, `BOX-CAUTION-TEXT-color`, `BOX-CYAN-color`, `BOX-CYAN-TEXT-color`, `BOX-IMPORTANT-color`, `BOX-IMPORTANT-TEXT-color`. You don't need to change anything in your custom color stylesheet as appropriate default colors will be used. diff --git a/exampleSite/content/basics/releasenotes/6/2.pir.md b/exampleSite/content/basics/releasenotes/6/2.pir.md new file mode 100644 index 0000000000..a5a45f0ff6 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/2.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.2" +type = "releasenotes" +weight = -2 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/6/3.en.md b/exampleSite/content/basics/releasenotes/6/3.en.md new file mode 100644 index 0000000000..cb1b0d32bf --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/3.en.md @@ -0,0 +1,23 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.3" +type = "releasenotes" +weight = -3 ++++ + +## 6.3.0 (2024-09-03) {#630} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`expand` shortcode](shortcodes/expand) changed the naming of the `open` parameter to `expanded`. You don't need to change anything yet but may get deprecation warnings. + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If the content for the [`notice` shortcode](shortcodes/notice) is empty, now only the title bar will be displayed. Previously an empty content box was displayed. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`notice` shortcode](shortcodes/notice) has a new parameter `expanded` to make the content collapsible. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.134.0{{% /badge %}} or later, the theme now supports [Obsidian styled alerts](cont/markdown#obsidian-styled-alerts). + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 11.1.0. This adds support for [packet](shortcodes/mermaid#packet) and [architecture](shortcodes/mermaid#architecture) diagrams. diff --git a/exampleSite/content/basics/releasenotes/6/3.pir.md b/exampleSite/content/basics/releasenotes/6/3.pir.md new file mode 100644 index 0000000000..2781f4c17b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/3.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.3" +type = "releasenotes" +weight = -3 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/6/4.en.md b/exampleSite/content/basics/releasenotes/6/4.en.md new file mode 100644 index 0000000000..14bbed043b --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/4.en.md @@ -0,0 +1,19 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.4" +type = "releasenotes" +weight = -4 ++++ + +## 6.4.0 (2024-09-12) {#640} + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you now display a single code block in a `notice` box, its [margin and border will be removed](shortcodes/notice#code-with-collapsed-colored-borders) so only the colored notice border is visible. + +### New + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to have user-defined styles for all shortcodes that accept the `style` parameter. See the [`notice` shortcode](shortcodes/notice#configuration) for configuration. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`resources` shortcode](shortcodes/resources) has a new parameter `expanded` to make the resource list collapsible. diff --git a/exampleSite/content/basics/releasenotes/6/4.pir.md b/exampleSite/content/basics/releasenotes/6/4.pir.md new file mode 100644 index 0000000000..1362455276 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/4.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 6.4" +type = "releasenotes" +weight = -4 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/6/_index.en.md b/exampleSite/content/basics/releasenotes/6/_index.en.md new file mode 100644 index 0000000000..512d19a274 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/6/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 6" +type = "releasenotes" +weight = -6 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/6.pir.md b/exampleSite/content/basics/releasenotes/6/_index.pir.md similarity index 83% rename from exampleSite/content/basics/releasenotes/6.pir.md rename to exampleSite/content/basics/releasenotes/6/_index.pir.md index 50a28de03c..774dada8f6 100644 --- a/exampleSite/content/basics/releasenotes/6.pir.md +++ b/exampleSite/content/basics/releasenotes/6/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false hidden = true title = "Version 6" type = "releasenotes" diff --git a/exampleSite/content/basics/releasenotes/7.en.md b/exampleSite/content/basics/releasenotes/7/0.en.md similarity index 97% rename from exampleSite/content/basics/releasenotes/7.en.md rename to exampleSite/content/basics/releasenotes/7/0.en.md index 2e6fbc6117..7aceb64bcc 100644 --- a/exampleSite/content/basics/releasenotes/7.en.md +++ b/exampleSite/content/basics/releasenotes/7/0.en.md @@ -1,12 +1,11 @@ +++ +disableToc = false hidden = true -title = "Version 7" +title = "Version 7.0" type = "releasenotes" -weight = -7 +weight = -0 +++ - - ## 7.0.0 (XXXX-XX-XX) {#700} > [!secondary] diff --git a/exampleSite/content/basics/releasenotes/7/0.pir.md b/exampleSite/content/basics/releasenotes/7/0.pir.md new file mode 100644 index 0000000000..d1e3703716 --- /dev/null +++ b/exampleSite/content/basics/releasenotes/7/0.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.0" +type = "releasenotes" +weight = -0 ++++ +{{< piratify true >}} diff --git a/exampleSite/content/basics/releasenotes/7/_index.en.md b/exampleSite/content/basics/releasenotes/7/_index.en.md new file mode 100644 index 0000000000..22945c51cc --- /dev/null +++ b/exampleSite/content/basics/releasenotes/7/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7" +type = "releasenotes" +weight = -7 ++++ + +{{% pages showdivider="true" showhidden="true" reverse="true" %}} diff --git a/exampleSite/content/basics/releasenotes/7.pir.md b/exampleSite/content/basics/releasenotes/7/_index.pir.md similarity index 83% rename from exampleSite/content/basics/releasenotes/7.pir.md rename to exampleSite/content/basics/releasenotes/7/_index.pir.md index fb1bcec525..8e53b37ce8 100644 --- a/exampleSite/content/basics/releasenotes/7.pir.md +++ b/exampleSite/content/basics/releasenotes/7/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false hidden = true title = "Version 7" type = "releasenotes" diff --git a/exampleSite/content/basics/releasenotes/_index.en.md b/exampleSite/content/basics/releasenotes/_index.en.md index 6c63520dba..c01c5be001 100644 --- a/exampleSite/content/basics/releasenotes/_index.en.md +++ b/exampleSite/content/basics/releasenotes/_index.en.md @@ -1,10 +1,11 @@ +++ +disableToc = false title = "What's New" type = "releasenotes" weight = 2 +++ -{{% pages showhidden="true" hidevisible="true" showtitle="true" showdivider="true" %}} +{{% pages showdivider="true" showhidden="true" hidevisible="true" showtitle="true" %}} --- diff --git a/exampleSite/content/basics/releasenotes/_index.pir.md b/exampleSite/content/basics/releasenotes/_index.pir.md index 519caad771..74fbad63e3 100644 --- a/exampleSite/content/basics/releasenotes/_index.pir.md +++ b/exampleSite/content/basics/releasenotes/_index.pir.md @@ -1,4 +1,5 @@ +++ +disableToc = false title = "What's New" type = "releasenotes" weight = 2 diff --git a/exampleSite/content/basics/releasenotes/legend.en.md b/exampleSite/content/basics/releasenotes/legend.en.md index c2ee6f0f55..54741916f7 100644 --- a/exampleSite/content/basics/releasenotes/legend.en.md +++ b/exampleSite/content/basics/releasenotes/legend.en.md @@ -3,8 +3,6 @@ list = "never" +++ -For a detailed list of changes, see the [history page](basics/history). - - {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.0{{% /badge %}} The minimum required Hugo version. - {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} A change that requires action by you after upgrading to assure the site is still functional. diff --git a/exampleSite/layouts/changelog/views/article.html b/exampleSite/layouts/changelog/views/article.html new file mode 100644 index 0000000000..967b7ad201 --- /dev/null +++ b/exampleSite/layouts/changelog/views/article.html @@ -0,0 +1,21 @@ + +
+
+ {{- partial "content-header.html" . }} +
+{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }} +{{- $page := .}} +{{- $path := replace .Path "basics/history" "basics/releasenotes" }} +{{- with or + (.GetPage $path) + (.GetPage (strings.TrimRight "/" $path)) +}} +{{ partial "partials/shortcodes/link.html" (dict "page" $page "url" .Path "content" "★ What's new in this version ★") }} +
+{{- end }} + +{{ partial "article-content.html" . }} +
+ {{- partial "content-footer.html" . }} +
+
\ No newline at end of file diff --git a/exampleSite/layouts/releasenotes/views/article.html b/exampleSite/layouts/releasenotes/views/article.html index 20be3c815c..8f07782959 100644 --- a/exampleSite/layouts/releasenotes/views/article.html +++ b/exampleSite/layouts/releasenotes/views/article.html @@ -4,6 +4,15 @@ {{- partial "content-header.html" . }} {{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }} +{{- $page := .}} +{{- $path := replace .Path "basics/releasenotes" "basics/history" }} +{{- with or + (.GetPage $path) + (.GetPage (strings.TrimRight "/" $path)) +}} +See the {{ partial "partials/shortcodes/link.html" (dict "page" $page "url" .Path "content" "changelog of this version") }} for a detailed list of changes. +
+{{- end }} {{ partial "partials/shortcodes/include.html" (dict "page" . "file" "basics/releasenotes/legend") | .RenderString }} diff --git a/layouts/partials/shortcodes/pages.html b/layouts/partials/shortcodes/pages.html index ebd8a5a995..23a012fcaa 100644 --- a/layouts/partials/shortcodes/pages.html +++ b/layouts/partials/shortcodes/pages.html @@ -14,22 +14,36 @@ {{- if eq (printf "%T" $hidevisible) "string" }} {{- $hidevisible = (eq $hidevisible "true") }} {{- end }} +{{- $reverse := .reverse | default false }} +{{- if eq (printf "%T" $reverse) "string" }} + {{- $reverse = (eq $reverse "true") }} +{{- end }} -{{- $pages := partialCached "_relearn/pages.gotmpl" (dict "page" .page) }} +{{- $pages := .page.Pages }} +{{- if $reverse }} + {{- $pages = $pages.Reverse }} +{{- end }} {{- $needsdivider := false }} + {{- range $pages }} {{- $display := or - (and $.showhidden (or .Params.hidden (eq .Title "")) ) - (and (not $.hidevisible) (not (or .Params.hidden (eq .Title ""))) ) + (and $showhidden (or .Params.hidden (eq .Title "")) ) + (and (not $hidevisible) (not (or .Params.hidden (eq .Title ""))) ) }} -{{- if $display }} -{{ if and $.showdivider $needsdivider }} + {{- if $display }} +{{- if and $showdivider $needsdivider }} + --- + {{ end }} -{{ if and $.showtitle .Title }} +{{ if and $showtitle .Title }} + # {{ .Title }} + {{ end }} + {{ .RenderShortcodes }} -{{ end }} - {{- $needsdivider = true }} + +{{ $needsdivider = true }} + {{- end }} {{- end }} \ No newline at end of file diff --git a/layouts/shortcodes/pages.html b/layouts/shortcodes/pages.html index 75ded8d3ff..76cb6f7867 100644 --- a/layouts/shortcodes/pages.html +++ b/layouts/shortcodes/pages.html @@ -4,4 +4,5 @@ "showhidden" (.Get "showhidden") "showtitle" (.Get "showtitle") "showdivider" (.Get "showdivider") + "reverse" (.Get "reverse") ) }} \ No newline at end of file