From 1924db73f3a313a8ad3cf9f2efe8cd5496f1b717 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 16 Jun 2025 17:07:39 -0500 Subject: [PATCH] refactoring paths --- content/posts | 1 - hugo.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 160000 content/posts diff --git a/content/posts b/content/posts deleted file mode 160000 index 7b813e8..0000000 --- a/content/posts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7b813e8a97da08cb8dc966826f3fae62f2bf6fea diff --git a/hugo.toml b/hugo.toml index d30de34..8b301cb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -105,10 +105,10 @@ enableDefault = true enableDefault = true [module] -[[module.mounts]] -source = 'content' -target = 'content' + [[module.mounts]] + source = 'assets' + target = 'assets' -[[module.mounts]] -source = 'attachments' -target = 'content/posts/attachments' + [[module.mounts]] + source = 'content/attachments' + target = 'assets/attachments' \ No newline at end of file