From 99a87233b0de0234a4737afc3dbe83957f099d3f Mon Sep 17 00:00:00 2001 From: "gleicher (mac)" Date: Mon, 28 Oct 2024 20:51:44 -0500 Subject: [PATCH] update hugo version --- .github/workflows/hugo.yml | 2 +- hugo.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 7441cec..6b7ad2f 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.131.0 + HUGO_VERSION: 0.136.3 steps: - name: Install Hugo CLI run: | diff --git a/hugo.toml b/hugo.toml index 576c2fc..e254941 100644 --- a/hugo.toml +++ b/hugo.toml @@ -64,7 +64,10 @@ themestyle = "new" recentSections = ["snacks","tutorials", "critiques", "papers", "resources"] mainSections = ["snacks","tutorials", "critiques", "papers", "resources"] # this needs to be a SITE variable (for list.html) -paginate = 15 +# this was depricated in Hugo 128 +# paginate = 15 +[pagination] + pagerSize = 15 [Params.sidebar] home = "right"