From 3365dc074a04c053334fab7af6c9892f8b3aec33 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Sun, 24 Nov 2019 16:32:16 -0500 Subject: [PATCH] Add mainSections definition; set pagination to 5 --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 28d22ca..10472a0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,10 +3,11 @@ languageCode = "en-us" title = "Basic Hugo Theme" copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)" theme = "basic-theme" -paginate = 10 +paginate = 5 [permalinks] posts = "/:year/:month/:title/" [params] subtitle = "A theme with no CSS and only basic layouts" + mainSections = [ "posts" ]