refactor: move pagination settings into dedicated config section in config.toml
This commit is contained in:
parent
304dc47f26
commit
1e8762d0fe
@ -11,7 +11,8 @@ DefaultContentLanguage = "en-us" # Explicitly set the default
|
|||||||
|
|
||||||
|
|
||||||
# Theme Parameters
|
# Theme Parameters
|
||||||
paginate = 10
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user