From 13a303095d6ef4fde677713585c25661806eb72a Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Fri, 19 Dec 2025 10:53:35 +0100 Subject: [PATCH] docs(navigation): remove blog and old-docs from publishing --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 62c15a4..fc93444 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,6 +13,9 @@ enableRobotsTXT = true # Will give values to .Lastmod etc. enableGitInfo = true +# Ignore specific content directories during build +ignoreFiles = ["content/en/blog/.*", "content/en/docs-old/.*"] + # Comment out to enable taxonomies in Docsy # disableKinds = ["taxonomy", "taxonomyTerm"]