fix: show 10 recent posts for exampleSite
This commit is contained in:
parent
1a96008c73
commit
dde7a0b154
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user