fix: show 10 recent posts for exampleSite

This commit is contained in:
Vivek R 2019-04-20 19:50:32 +05:30
parent 1a96008c73
commit dde7a0b154

View File

@ -13,7 +13,7 @@ disqusShortname = "localhost"
[params] [params]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)" subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
# Number of posts to show in recent posts list. # Number of posts to show in recent posts list.
recentPostsCount = 3 recentPostsCount = 10
# Content types which are excluded from recent posts and archive page. # Content types which are excluded from recent posts and archive page.
excludedTypes = ["page"] excludedTypes = ["page"]
disableDisqusTypes = ["page"] disableDisqusTypes = ["page"]