fix: show 10 recent posts for exampleSite

This commit is contained in:
Vivek R 2019-04-20 19:50:32 +05:30
parent 40aa3ca133
commit 6fe7eb3a2f
1 changed files with 1 additions and 1 deletions

View File

@ -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"]