Skip to content

Commit 741cd47

Browse files
committed
fix: paginate deprecated and used pagerSize instead
1 parent 0d1d819 commit 741cd47

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

hugo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Basic Settings
22
theme = "hugo-texify3"
3-
paginate = 10
3+
[pagination]
4+
pagerSize = 10
45

56
# Menu Configuration
67
[[menu.main]]
@@ -65,7 +66,15 @@ Follow subhamc88 on <a class=link href=https://github.com/subhamc88 target=_blan
6566
"""
6667

6768
# SEO and Customization
68-
keywords = ["programming", "tech", "development", "tutorials", "coding","linux", "networking"]
69+
keywords = [
70+
"programming",
71+
"tech",
72+
"development",
73+
"tutorials",
74+
"coding",
75+
"linux",
76+
"networking",
77+
]
6978
customCSS = []
7079
customJS = []
7180
dateFormat = "January 2, 2006"

0 commit comments

Comments
 (0)