summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml14
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"