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"]