Skip to content

Commit 99a8723

Browse files
committed
update hugo version
1 parent 7ec362e commit 99a8723

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.131.0
34+
HUGO_VERSION: 0.136.3
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |

hugo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ themestyle = "new"
6464
recentSections = ["snacks","tutorials", "critiques", "papers", "resources"]
6565
mainSections = ["snacks","tutorials", "critiques", "papers", "resources"]
6666
# this needs to be a SITE variable (for list.html)
67-
paginate = 15
67+
# this was depricated in Hugo 128
68+
# paginate = 15
69+
[pagination]
70+
pagerSize = 15
6871

6972
[Params.sidebar]
7073
home = "right"

0 commit comments

Comments
 (0)