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 Jul 24, 2020
1 parent 199cfb1 commit b8200b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
footnotereturnlinkcontents = ""
paginate = 1

[permalinks]
post = "/post/:year/:month/:day/:slug/"
Expand Down

0 comments on commit b8200b5

Please sign in to comment.