Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-04-20 17:20:32 +0300
committerVivek R <vividvilla@gmail.com>2019-04-20 17:20:32 +0300
commitdde7a0b1543e14708fb2078b1e2ad38ce99465ef (patch)
tree2db01937fcdae20084e77e880f78aad2991c0ad0
parent1a96008c73cc8a7ce779ae64942325edb0ba45a1 (diff)
fix: show 10 recent posts for exampleSite
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
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"]