diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-08-11 18:19:28 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-08-11 18:19:28 -0400 |
| commit | 6c7ef74b557b8600e32cddef108f6af946e9de06 (patch) | |
| tree | eec126e116012cffd94d4de605f7171d85bba07e /config/_default/hugo.toml | |
| parent | 113d994b2de5d970a94cfd82950540512bd67206 (diff) | |
fix: wip: revisions for hugo templating sys changesversioned
WIP: Revisions for fixing changes to hugo's templating system upgrade.
BREAKING CHANGE: Will not build on versions of hugo prior to 0.145.
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 6c1f7ab..e16657c 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -14,6 +14,10 @@ summaryLength = 20 # See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456 ignoreErrors = ["error-remote-getjson"] +ignoreFiles = ["/content/communication"] + +ignoreLogs = ["warn-invalid-arguments"] + timeout = "180s" languageCode = "en-us" @@ -78,11 +82,9 @@ home = ["HTML", "RSS", "REDIR"] keepWhitespace = true [module] -# replacements = "github.com/anoduck/mod-popup --> ../../mod-popup" [module.hugoVersion] extended = true - min = "0.134.0" - max = "2.0.0" + min = "0.136.3" [[module.mounts]] source = "archetypes" target = "archetypes" @@ -93,13 +95,15 @@ home = ["HTML", "RSS", "REDIR"] source = "content" target = "content" [[module.mounts]] + source = "data" + target = "data" + [[module.mounts]] source = "i18n" target = "i18n" [[module.mounts]] source = "layouts" target = "layouts" [[module.mounts]] - excludeFiles = "emails/*" source = "static" target = "static" [[module.imports]] @@ -115,6 +119,8 @@ home = ["HTML", "RSS", "REDIR"] [[module.imports]] path = "github.com/anoduck/mod-alwaysdark" [[module.imports]] + path = "github.com/gethinode/mod-hubspot" + [[module.imports]] path = "github.com/anoduck/mod-countup" [[module.imports]] path = "github.com/anoduck/mod-juxtapose" |
