diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 273e9925f1..01152484a3 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -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 minHugoVersion = '0.126.0'\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.3'\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 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 + 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.3'\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.3'\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md - name: Generate english changelogs shell: bash diff --git a/docs/content/introduction/quickstart/_index.en.md b/docs/content/introduction/quickstart/_index.en.md index 06ef127c92..da95b24c16 100644 --- a/docs/content/introduction/quickstart/_index.en.md +++ b/docs/content/introduction/quickstart/_index.en.md @@ -12,7 +12,7 @@ Here's how to start your new website. If you're new to Hugo, we recommend learni ## Install Hugo -Download and install Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.0{{% /badge %}} or newer for your operating system [following the instructions](https://gohugo.io/installation/). +Download and install Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.3{{% /badge %}} or newer for your operating system [following the instructions](https://gohugo.io/installation/). The _standard_ edition of Hugo is sufficient but you can also use the _extended_ edition. diff --git a/docs/content/introduction/releasenotes/7/7.en.md b/docs/content/introduction/releasenotes/7/7.en.md new file mode 100644 index 0000000000..cc97f8d0cb --- /dev/null +++ b/docs/content/introduction/releasenotes/7/7.en.md @@ -0,0 +1,22 @@ ++++ +title = 'Version 7.7' +type = 'releasenotes' +weight = -7 + +[params] + disableToc = false + hidden = true + minHugoVersion = '0.126.3' ++++ + +## 7.7.0 (XXXX-XX-XX) {#7-7-0} + +### Hugo 0.126.3 + +- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.3{{% /badge %}} This release requires a newer Hugo version. + +### Change + +- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release restores compatiblity for Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.146.0{{% /badge %}} or newer. + + In case you've called `dependencies.gotmpl` from your own templates, the theme will generate a warning. Call `dependencies.html` instead. diff --git a/docs/content/introduction/releasenotes/7/_index.en.md b/docs/content/introduction/releasenotes/7/_index.en.md index dea74dbb7d..9391f44d93 100644 --- a/docs/content/introduction/releasenotes/7/_index.en.md +++ b/docs/content/introduction/releasenotes/7/_index.en.md @@ -6,7 +6,7 @@ weight = -7 [params] disableToc = false hidden = true - minHugoVersion = '0.126.0' + minHugoVersion = '0.126.3' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/7/_index.pir.md b/docs/content/introduction/releasenotes/7/_index.pir.md index e1ef440939..02abcb2388 100644 --- a/docs/content/introduction/releasenotes/7/_index.pir.md +++ b/docs/content/introduction/releasenotes/7/_index.pir.md @@ -6,6 +6,6 @@ weight = -7 [params] disableToc = false hidden = true - minHugoVersion = '0.126.0' + minHugoVersion = '0.126.3' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/_index.en.md b/docs/content/introduction/releasenotes/_index.en.md index 572a3d0423..a3777d9999 100644 --- a/docs/content/introduction/releasenotes/_index.en.md +++ b/docs/content/introduction/releasenotes/_index.en.md @@ -8,7 +8,7 @@ weight = 4 [params] alwaysopen = false disableToc = false - minHugoVersion = '0.126.0' + minHugoVersion = '0.126.3' +++ {{% pages showdivider="true" showhidden="true" hidevisible="true" showtitle="true" %}} diff --git a/docs/content/introduction/releasenotes/_index.pir.md b/docs/content/introduction/releasenotes/_index.pir.md index 3c0f56a4ab..4efe19736f 100644 --- a/docs/content/introduction/releasenotes/_index.pir.md +++ b/docs/content/introduction/releasenotes/_index.pir.md @@ -8,6 +8,6 @@ weight = 4 [params] alwaysopen = false disableToc = false - minHugoVersion = '0.126.0' + minHugoVersion = '0.126.3' +++ {{< piratify >}} \ No newline at end of file diff --git a/docs/test-hugo.min.bat b/docs/test-hugo.min.bat index e7412ed8de..368c1bd643 100644 --- a/docs/test-hugo.min.bat +++ b/docs/test-hugo.min.bat @@ -1,4 +1,4 @@ @echo off setlocal enabledelayedexpansion -call "test-hugo.bat" 0.126.0 +call "test-hugo.bat" 0.126.3 diff --git a/hugo.toml b/hugo.toml index c3ce3171a2..ec96af8fcc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ [module] [module.hugoVersion] - min = '0.126.0' + min = '0.126.3' [mediaTypes] [mediaTypes.'text/javascript'] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7375300143..802bc211c7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ <!DOCTYPE html> {{- block "storeOutputFormat" . }}{{ end }} {{- if .IsHome }} - {{- $hugoVersion := "0.126.0" }} + {{- $hugoVersion := "0.126.3" }} {{- if lt hugo.Version $hugoVersion }} {{- errorf "The Relearn theme requires Hugo %s or later" $hugoVersion }} {{- end }} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 550164d309..f7b284a7f9 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.6.1+3e2dd237eb6f1bb1ff4c61c702d06c689dd7ebd7 \ No newline at end of file +7.6.1+b0c6bb558d7728ac4535a2ac677c5f47297203cc \ No newline at end of file diff --git a/theme.toml b/theme.toml index 79412790bf..a817ba41c0 100644 --- a/theme.toml +++ b/theme.toml @@ -28,7 +28,7 @@ features = [ [module] [module.hugoVersion] - min = '0.126.0' + min = '0.126.3' [author] name = 'Sören Weber'