mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-04-05 18:17:54 +00:00
fix paginate deprecation
This commit is contained in:
parent
6b5f04f5b3
commit
5ffaaee93c
@ -33,11 +33,13 @@ defaultContentLanguageInSubdir = false
|
||||
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687
|
||||
|
||||
summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
|
||||
paginate = 10 # Number of items per page in paginated lists.
|
||||
nableEmoji = true
|
||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||
|
||||
[pagination]
|
||||
size = 10 # Number of items per page in paginated lists.
|
||||
|
||||
# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic.
|
||||
[permalinks]
|
||||
authors = "/author/:slug/"
|
||||
|
Loading…
Reference in New Issue
Block a user