From 229665fd47faf584193e212188d1a28d993512ce Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 20 Sep 2024 09:55:33 -0400 Subject: [PATCH] Show recent posts on the index --- config/_default/params.toml | 4 ++-- content/about/index.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 content/about/index.md diff --git a/config/_default/params.toml b/config/_default/params.toml index 1901c26..f44a925 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -38,8 +38,8 @@ smartTOC = true [homepage] layout = "profile" # valid options: page, profile, hero, card, background, custom #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = false - showRecentItems = 7 + showRecent = true + showRecentItems = 3 showMoreLink = true showMoreLinkDest = "/posts" cardView = false diff --git a/content/about/index.md b/content/about/index.md deleted file mode 100644 index e69de29..0000000