From eeac03919538e891df85ba84c32f3b5bebaca4af 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 4ae831ab..57f706f7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,6 +6,7 @@ googleAnalytics = "" disqusShortname = "" ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] footnotereturnlinkcontents = "↩" +paginate = 1 [permalinks] post = "/post/:year/:month/:day/:slug/"