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 20, 2019
1 parent e70e750 commit a8f4b53
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 @@ -7,6 +7,7 @@ disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = ""
paginate = 1

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

0 comments on commit a8f4b53

Please sign in to comment.