From 87f7e2d808d14179ea71e589a28944bcc411bc96 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/hugo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index b933d55..9f73c27 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -6,6 +6,7 @@ googleAnalytics: "" disqusShortname: "" ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"] footnotereturnlinkcontents: "↩" +paginate: 1 permalinks: note: "/note/:year/:month/:day/:slug/"