From 6d3a7587f70f5ffc62e10529ee8be085a2b20c70 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 17 Jun 2025 23:20:56 -0700 Subject: [PATCH] config: Ignore front matter param override warnings --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 807f14b87..5e0b697ef 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,6 +8,9 @@ title = "Hugo" # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). disableAliases = true +# See https://github.com/gohugoio/hugo/issues/13806. +ignoreLogs = ['warning-frontmatter-params-overrides'] + [build] [build.buildStats] disableIDs = true