7
1
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:
Tiago Carreira 2025-01-16 10:56:09 +00:00
parent 6b5f04f5b3
commit 5ffaaee93c
No known key found for this signature in database

View File

@ -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/"