mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 06:22:03 +08:00
docs: supply minimum required Hugo version for outdated releases #1082
This commit is contained in:
parent
b932d301d7
commit
a082a50f36
@ -108,7 +108,7 @@ runs:
|
||||
GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||
GREN_GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||
run: |
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n\n{{% pages showhidden=\"true\" showdivider=\"true\" %}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.en.md
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n\n{{% pages showhidden=\"true\" showdivider=\"true\" %}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.en.md
|
||||
|
||||
- name: Update releasenotes front matter
|
||||
uses: surahmansada/file-regex-replace@v1
|
||||
@ -127,8 +127,8 @@ runs:
|
||||
- name: Generate piratish releasenotes
|
||||
shell: bash
|
||||
run: |
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.minorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.minorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md
|
||||
|
||||
- name: Generate english changelogs
|
||||
shell: bash
|
||||
|
@ -6,6 +6,7 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
|
||||
## 1.0.0 (2021-07-01) {#1-0-0}
|
||||
|
@ -6,5 +6,6 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
|
||||
## 1.1.0 (2021-07-02) {#1-1-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
|
||||
## 1.2.0 (2021-07-26) {#1-2-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -5,6 +5,7 @@ weight = -1
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" %}}
|
||||
|
@ -5,5 +5,6 @@ weight = -1
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
|
||||
## 2.0.0 (2021-08-28) {#2-0-0}
|
||||
|
@ -6,5 +6,6 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.65.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.69.0'
|
||||
+++
|
||||
|
||||
## 2.1.0 (2021-09-07) {#2-1-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.69.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.69.0'
|
||||
+++
|
||||
|
||||
## 2.2.0 (2021-09-09) {#2-2-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.69.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.3.0 (2021-09-13) {#2-3-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.4.0 (2021-10-07) {#2-4-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -5
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.5.0 (2021-10-08) {#2-5-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -5
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -6
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.6.0 (2021-10-21) {#2-6-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -6
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -7
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.7.0 (2021-10-24) {#2-7-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -7
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -8
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.8.0 (2021-11-03) {#2-8-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -8
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -9
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 2.9.0 (2021-11-19) {#2-9-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -9
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -5,6 +5,7 @@ weight = -2
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" %}}
|
||||
|
@ -5,5 +5,6 @@ weight = -2
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 3.0.0 (2022-02-22) {#3-0-0}
|
||||
|
@ -6,5 +6,6 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
|
||||
## 3.1.0 (2022-03-15) {#3-1-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.81.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 3.2.0 (2022-03-19) {#3-2-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 3.3.0 (2022-03-28) {#3-3-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 3.4.0 (2022-04-03) {#3-4-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -5,6 +5,7 @@ weight = -3
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" %}}
|
||||
|
@ -5,5 +5,6 @@ weight = -3
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 4.0.0 (2022-06-05) {#4-0-0}
|
||||
|
@ -6,5 +6,6 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 4.1.0 (2022-06-12) {#4-1-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 4.2.0 (2022-06-23) {#4-2-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -5,6 +5,7 @@ weight = -4
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" %}}
|
||||
|
@ -5,5 +5,6 @@ weight = -4
|
||||
|
||||
[params]
|
||||
disableToc = false
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
|
||||
## 5.0.0 (2022-07-05) {#5-0-0}
|
||||
|
@ -6,5 +6,6 @@ weight = 0
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.93.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.1.0 (2022-07-15) {#5-1-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -1
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -10
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.10.0 (2023-01-25) {#5-10-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -10
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -11
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.11.0 (2023-02-07) {#5-11-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -11
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -12
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.12.0 (2023-05-04) {#5-12-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -12
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -13
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.13.0 (2023-05-17) {#5-13-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -13
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -14
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.14.0 (2023-05-20) {#5-14-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -14
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -15
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.15.0 (2023-05-29) {#5-15-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -15
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -16
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.16.0 (2023-06-10) {#5-16-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -16
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -17
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.17.0 (2023-06-22) {#5-17-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -17
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -18
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.18.0 (2023-07-27) {#5-18-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -18
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -19
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.19.0 (2023-08-12) {#5-19-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -19
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.2.0 (2022-08-03) {#5-2-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -2
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -20
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.20.0 (2023-08-26) {#5-20-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -20
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -21
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.21.0 (2023-09-18) {#5-21-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -21
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -22
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.22.0 (2023-10-02) {#5-22-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -22
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -23
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.23.0 (2023-11-03) {#5-23-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -23
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -24
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
|
||||
## 5.24.0 (2024-02-28) {#5-24-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -24
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -25
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
|
||||
## 5.25.0 (2024-02-29) {#5-25-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -25
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -26
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
|
||||
## 5.26.0 (2024-03-18) {#5-26-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -26
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.112.4'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -27
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.121.0'
|
||||
+++
|
||||
|
||||
## 5.27.0 (2024-04-07) {#5-27-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -27
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.121.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.3.0 (2022-10-07) {#5-3-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -3
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.4.0 (2022-11-01) {#5-4-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -4
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -5
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.5.0 (2022-11-06) {#5-5-0}
|
||||
|
@ -6,5 +6,6 @@ weight = -5
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
{{< piratify >}}
|
||||
|
@ -6,6 +6,7 @@ weight = -6
|
||||
[params]
|
||||
disableToc = false
|
||||
hidden = true
|
||||
minHugoVersion = '0.95.0'
|
||||
+++
|
||||
|
||||
## 5.6.0 (2022-11-18) {#5-6-0}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user