From e667b2c68ce784eac73bca0cf3539151322c2c32 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 19:16:35 -0500 Subject: [PATCH] updating settings --- content/posts | 2 +- hugo.toml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/content/posts b/content/posts index 8bdfd2d..e601a0c 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 8bdfd2d5528053238051244b803a148ca3ded84d +Subproject commit e601a0c4f8f041544f6f15790e1666acb52f4de0 diff --git a/hugo.toml b/hugo.toml index 20c99fc..701bdd5 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. @@ -103,12 +103,3 @@ pagination.pagerSize = 5 enableDefault = true [markup.goldmark.renderHooks.link] enableDefault = true - - -[module] - [[module.mounts]] - source = 'content' - target = 'content' - [[module.mounts]] - source = 'content/posts' - target = 'content/posts/attachments' \ No newline at end of file