From 733a643900bccc44f93533487481c4a283966b9d Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 8 May 2025 19:50:42 -0400 Subject: fix: Google Search Improving Search ala google. Noticed pages attempting to show up on homepage. --- config/_default/hugo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 660ebde..94b6295 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -82,7 +82,7 @@ home = ["HTML", "RSS", "REDIR"] [module.hugoVersion] extended = true min = "0.134.0" - max = "" + max = "0.142.0" [[module.mounts]] source = "archetypes" target = "archetypes" @@ -102,11 +102,6 @@ home = ["HTML", "RSS", "REDIR"] excludeFiles = "emails/*" source = "static" target = "static" - # [[module.mounts]] - # source = "netlify.toml" - # target = "assets/config/netlify.toml" - # [[module.imports]] - # path = "github.com/gethinode/mod-cookieyes" [[module.imports]] path = "github.com/gethinode/hinode" [[module.imports]] @@ -121,7 +116,5 @@ home = ["HTML", "RSS", "REDIR"] # path = "github.com/anoduck/mod-alwaysdark" [[module.imports]] path = "github.com/anoduck/mod-countup" - # [[module.imports]] - # path = "github.com/anoduck/mod-popup" [[module.imports]] path = "github.com/anoduck/mod-juxtapose" -- cgit v1.2.3