From 1ff68dbb30656f043e06f897139e4c59655015ca Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 23 Jun 2025 13:49:30 +0000 Subject: [PATCH] test: remove post from mainSections --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index d29d007..82cf7da 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -115,7 +115,7 @@ frontmatter: format: "yaml" params: - mainSections: ["about", "post"] + mainSections: ["about"] description: "A blog documenting my homelab journey, covering automation, self-hosted services, and hands-on experiments with open source technologies." favicon: "/favicon-32x32.png" sitemapFilter: ["/tags/", "/categories/", "/search/"]