From a366614aaa864c82035bc5b52a357d7a3614898b 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 f025105..4f4eb14 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/"