From 43bbb96305c11e5604ebacfe856361c847024293 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 26 Oct 2017 22:00:25 -0500 Subject: [PATCH] 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) --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8441c444..7ae0f582 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,6 +7,7 @@ disqusShortname = "" ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] preserveTaxonomyNames = true footnotereturnlinkcontents = "↩" +paginate = 1 [permalinks] post = "/post/:year/:month/:day/:slug/"