From fd3de4ac2c259b498d9742b3628585454134113c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 11 Feb 2025 08:59:22 -0800 Subject: [PATCH] config: Enable link render hook warnings --- hugo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 1e7aaa4b7..c0094725f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,6 +27,9 @@ disableAliases = true description = "The world’s fastest framework for building websites" ghrepo = "https://github.com/gohugoio/hugoDocs/" + [params.render_hooks.link] + errorLevel = 'warning' # ignore (default), warning, or error (fails the build) + [languages] [languages.en] languageName = "English" @@ -136,7 +139,7 @@ disableAliases = true keepSpecialComments = true keepWhitespace = false -######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES ######## +######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES ######## [menus] [[menus.global]] name = 'News'