mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-05-18 03:23:55 +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
|
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`.
|
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
|
nableEmoji = true
|
||||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
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.
|
# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic.
|
||||||
[permalinks]
|
[permalinks]
|
||||||
authors = "/author/:slug/"
|
authors = "/author/:slug/"
|
||||||
|
Loading…
Reference in New Issue
Block a user