From ce88fc8b279a5dc9a2da2508899d8e0a1eb8bf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Tue, 17 Jun 2025 22:15:52 +0100 Subject: [PATCH] increase number of items in homepage --- exampleSite/config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index e9cdb663..3e3e0865 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -49,7 +49,7 @@ fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384", layout = "custom" # valid options: page, profile, hero, card, background, custom # homepageImage = "/img/iceland.jpg" # used in: hero, and card showRecent = false - showRecentItems = 6 + showRecentItems = 12 showMoreLink = true showMoreLinkDest = "docs" cardView = true