diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 19:50:42 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 19:50:42 -0400 |
| commit | 733a643900bccc44f93533487481c4a283966b9d (patch) | |
| tree | a74288a1dca09384fce67ea64a5e133c6ba40fbb /config/_default/hugo.toml | |
| parent | 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 (diff) | |
fix: Google Search
Improving Search ala google.
Noticed pages attempting to show up on homepage.
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 9 |
1 files changed, 1 insertions, 8 deletions
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" |
