Skip to content

Commit

Permalink
test pagination (show one post per page; it does not make practical s…
Browse files Browse the repository at this point in the history
…ense, but I only have four pages on this example site in total, and I want to show them in four pages)
  • Loading branch information
yihui committed Mar 4, 2024
1 parent 7830711 commit 87f7e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ googleAnalytics: ""
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
footnotereturnlinkcontents: ""
paginate: 1

permalinks:
note: "/note/:year/:month/:day/:slug/"
Expand Down

0 comments on commit 87f7e2d

Please sign in to comment.