From a82bb03cad6441bbfa26f91529364aba90852e1c Mon Sep 17 00:00:00 2001 From: MagicLegend Date: Thu, 19 Dec 2024 21:23:12 +0100 Subject: [PATCH] 625 - Reverted back to using `latest` hugo version + fixed deprecated configuration item --- .github/workflows/build_pages_native.yml | 2 +- .github/workflows/build_pages_no_push.yml | 2 +- hugo.yaml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_pages_native.yml b/.github/workflows/build_pages_native.yml index 213cc35f..43a31845 100644 --- a/.github/workflows/build_pages_native.yml +++ b/.github/workflows/build_pages_native.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.139.4' # See https://github.com/gohugoio/hugo/issues/13150 + hugo-version: 'latest' extended: true - name: Build run: | diff --git a/.github/workflows/build_pages_no_push.yml b/.github/workflows/build_pages_no_push.yml index 4f2b9d10..dc1cad3d 100644 --- a/.github/workflows/build_pages_no_push.yml +++ b/.github/workflows/build_pages_no_push.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.139.4' # See https://github.com/gohugoio/hugo/issues/13150 + hugo-version: 'latest' extended: true - name: Build run: | diff --git a/hugo.yaml b/hugo.yaml index 87bf3726..4b0ccfb2 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,7 +2,9 @@ baseURL: "/" title: "Dutch Institute for Vulnerability Disclosure" defaultContentLanguage: en defaultContentLanguageInSubdir: false -paginate: 12 + +pagination: + pagerSize: 12 taxonomies: tag: tag