Skip to content

Commit

Permalink
Fix paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Dec 23, 2024
1 parent d8f0d71 commit 64046d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687

paginate = 10 # Number of items per page in paginated lists.
[pagination]
pagerSize = "10"

enableEmoji = false
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
Expand Down

0 comments on commit 64046d0

Please sign in to comment.