From b62c248e5d5db7c2eed430a477b8285e35551bf7 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 12 Sep 2024 13:58:44 -0400 Subject: Finally emails working now --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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]] -- cgit v1.2.3