From c0621674be6813a79c669ecd7b29c8c5a51bd824 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 18:04:59 -0400 Subject: [PATCH] show recent posts --- config/_default/params.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index d380b51..266cdda 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -38,11 +38,11 @@ smartTOC = true [homepage] layout = "profile" # valid options: page, profile, hero, card, background, custom #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = false - showRecentItems = 5 - showMoreLink = false + showRecent = true + showRecentItems = 7 + showMoreLink = true showMoreLinkDest = "/posts" - cardView = false + cardView = true cardViewScreenWidth = false layoutBackgroundBlur = false # only used when layout equals background