From dd7b0d6e75ef6b21582eaa8979f3c4640706fa07 Mon Sep 17 00:00:00 2001 From: Yanir Seroussi Date: Mon, 9 Sep 2024 10:55:21 +1000 Subject: [PATCH] Bump Hugo version to 0.134.1 and address deprecation warning --- .github/workflows/gh-pages.yml | 2 +- config.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f6330c6b5..945855075 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - name: Install Hugo env: - HUGO_VERSION: 0.133.1 + HUGO_VERSION: 0.134.1 run: | wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb diff --git a/config.yml b/config.yml index 684c99e43..8b5f1d3c7 100644 --- a/config.yml +++ b/config.yml @@ -2,7 +2,8 @@ baseURL: https://yanirseroussi.com/ copyright: 'Text and figures licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) by [Yanir Seroussi](https://yanirseroussi.com/about/), except where noted otherwise' enableGitInfo: true languageCode: en-au -paginate: 10000 +pagination: + pagerSize: 10000 theme: papermod title: Yanir Seroussi | Data & AI for Startup Impact