From 2bf45d6bec02395ece4b4f24f6d60410f2875f99 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 5 Oct 2016 15:47:59 +0300 Subject: [PATCH] exampleSite/config.toml: Update for pagination change --- exampleSite/config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2f34891..8342a04 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,8 @@ baseurl = "http://replace-this-with-your-hugo-site.com/" languageCode = "en-us" title = "Hugo Bootstrap v4 Blog" theme = "hugo-theme-bootstrap4-blog" +# number of posts to show on home/category/tag pages (Default: 10) +paginate = 5 [permalinks] post = "/:year/:month/:title/" @@ -26,9 +28,6 @@ theme = "hugo-theme-bootstrap4-blog" # Description/subtitle for homepage (can be Markdown) description = "A simple Hugo theme based on the Bootstrap v4 blog example." - # How many posts to show on the homepage (Default: 5) - #num_recent_posts = 5 - # Format dates with Go's time formatting date_format = "Mon Jan 02, 2006"