diff --git a/hugo.toml b/hugo.toml index 66958cc..4442781 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -publishDir = '/public' +publishDir = './public' baseURL = 'https://blog.theoswalds.com/' languageCode = "en-us" # Add it only if you keep the theme in the `themes` directory. @@ -104,7 +104,11 @@ enableDefault = true [markup.goldmark.renderHooks.link] enableDefault = true +[module] +[[module.mounts]] +source = 'content' +target = 'content' [[module.mounts]] source = 'attachments' -target = 'attachments' +target = 'content/posts/attachments'