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