From 6fe7eb3a2f41838112833b111282c0ce83c44ed1 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Sat, 20 Apr 2019 19:50:32 +0530 Subject: [PATCH] fix: show 10 recent posts for exampleSite --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index af484f6..eeea110 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,7 +13,7 @@ disqusShortname = "localhost" [params] subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)" # Number of posts to show in recent posts list. - recentPostsCount = 3 + recentPostsCount = 10 # Content types which are excluded from recent posts and archive page. excludedTypes = ["page"] disableDisqusTypes = ["page"]