From da033477a72e9432f864ad29ebce09d2287b7612 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 18:33:34 -0500 Subject: [PATCH] updated hugo config --- content/posts | 2 +- hugo.toml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/content/posts b/content/posts index 14e258e..e601a0c 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 14e258ee1b2dc93f6d38acf6908cf0122caf7d3d +Subproject commit e601a0c4f8f041544f6f15790e1666acb52f4de0 diff --git a/hugo.toml b/hugo.toml index 7f68a58..4bd5a46 100644 --- a/hugo.toml +++ b/hugo.toml @@ -107,8 +107,5 @@ pagination.pagerSize = 5 [module] [[module.mounts]] - source = 'content' - target = 'content' - [[module.mounts]] - source = 'content/posts/attachments' - target = 'content' \ No newline at end of file + source = 'Blog/attachments' + target = 'content/posts/attachments' \ No newline at end of file