summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-12 13:58:44 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-12 13:59:34 -0400
commitb62c248e5d5db7c2eed430a477b8285e35551bf7 (patch)
tree4b2d218a3fd621b542f3125900185964ef535a79 /config/_default
parent83d5bcee8c2ca6ee349e21b529198389bf83f085 (diff)
Finally emails working now
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 5932a8a..842d22f 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -96,7 +96,6 @@ home = ["HTML", "RSS", "REDIR"]
source = "assets"
target = "assets"
[[module.mounts]]
- excludeFiles = "evidence/emails/*"
source = "content"
target = "content"
[[module.mounts]]
@@ -106,6 +105,7 @@ home = ["HTML", "RSS", "REDIR"]
source = "layouts"
target = "layouts"
[[module.mounts]]
+ excludeFiles = "emails/*"
source = "static"
target = "static"
[[module.mounts]]