From 0a4b1a24f7aea2cd9aa2a4e5271d669faad0982e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Stehl=C3=ADk?= Date: Wed, 25 Mar 2026 08:28:37 +0100 Subject: [PATCH] Show 4 projects and articles at home screen --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index aa012c5..eab4e92 100644 --- a/hugo.toml +++ b/hugo.toml @@ -52,8 +52,8 @@ theme = "minimal-black" showNowSection = true showFeaturedProjects = true showLatestPosts = true - featuredProjectsLimit = 3 - latestPostsLimit = 3 + featuredProjectsLimit = 4 + latestPostsLimit = 4 projectsTitle = "Latest projects" projectsSubtitle = "" blogTitle = "Latest articles"