From eac335c000c57efd5027c1fbada1ae5829254a25 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 4 Sep 2024 09:23:16 -0400 Subject: [PATCH] Removing recent posts from index --- .gitignore | 1 + config/_default/params.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 41c02cf..2642429 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ public/ *.lock */_gen/* .obsidian/ +_vendor/ diff --git a/config/_default/params.toml b/config/_default/params.toml index 68664cf..503e124 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -38,7 +38,7 @@ smartTOC = true [homepage] layout = "profile" # valid options: page, profile, hero, card, background, custom #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = true + showRecent = false showRecentItems = 7 showMoreLink = true showMoreLinkDest = "/posts"