From afab51e450ada07ef02911006fe4032f77e575dc Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 18:40:12 -0500 Subject: [PATCH] updated hugo config --- content/posts | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 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 7a44d80..b57f922 100644 --- a/hugo.toml +++ b/hugo.toml @@ -110,5 +110,5 @@ pagination.pagerSize = 5 source = 'content' target = 'content' [[module.mounts]] - source = 'attachments' + source = '../attachments' target = 'content/posts/attachments' \ No newline at end of file