Skip to content

Commit 27c82f1

Browse files
committed
update hugo version to v0.136
1 parent 9c26e16 commit 27c82f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup hugo
1111
uses: peaceiris/actions-hugo@v2
1212
with:
13-
hugo-version: '0.122.0'
13+
hugo-version: '0.136.0'
1414
extended: true
1515
- name: Build
1616
# remove --minify tag if you do not need it

config/_default/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ imports:
4242

4343
enableGitInfo: true
4444
summaryLength: 100
45-
paginate: 10
45+
pagination:
46+
pagerSize: 10
4647
enableEmoji: false
4748
enableRobotsTXT: true
4849
footnotereturnlinkcontents: <sup>^</sup>

0 commit comments

Comments
 (0)