From 609a121a1e3b91e498c2a9bcce8821829abffb2a Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sun, 15 Jun 2025 22:28:24 -0500 Subject: [PATCH] fixed new post module location --- .gitmodules | 5 ++++- content/posts | 1 + hugo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 content/posts diff --git a/.gitmodules b/.gitmodules index 23acb95..1ace7aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = https://github.com/adityatelange/hugo-PaperMod.git [submodule "themes/terminal"] path = themes/terminal - url = https://git.theoswalds.com/public/hugo-theme-terminal.git \ No newline at end of file + url = https://git.theoswalds.com/public/hugo-theme-terminal.git +[submodule "content/posts"] + path = content/posts + url = https://git.theoswalds.com/public/hugo-richard-posts.git diff --git a/content/posts b/content/posts new file mode 160000 index 0000000..7b813e8 --- /dev/null +++ b/content/posts @@ -0,0 +1 @@ +Subproject commit 7b813e8a97da08cb8dc966826f3fae62f2bf6fea diff --git a/hugo.toml b/hugo.toml index 1995d6a..2199369 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.