test pagination (show one post per page; it does not make practical sense, but I only have four pages on this example site in total, and I want to show them in four pages)

This commit is contained in:
Yihui Xie 2017-10-26 22:00:25 -05:00
parent d1dd42adb9
commit a366614aaa
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
paginate = 1
[permalinks]
post = "/post/:year/:month/:day/:slug/"