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 Jun 15, 2022
1 parent ce50a82 commit 7cffbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ googleAnalytics: ""
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents: ""
paginate: 1

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

0 comments on commit 7cffbe3

Please sign in to comment.