diff --git a/.gitmodules b/.gitmodules index 10497d7..23acb95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,4 @@ url = https://github.com/adityatelange/hugo-PaperMod.git [submodule "themes/terminal"] path = themes/terminal - url = https://git.theoswalds.com/public/hugo-theme-terminal.git -[submodule "content"] - path = content - url = https://git.theoswalds.com/public/hugo-richard-posts.git + url = https://git.theoswalds.com/public/hugo-theme-terminal.git \ No newline at end of file diff --git a/content b/content deleted file mode 160000 index 7b813e8..0000000 --- a/content +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7b813e8a97da08cb8dc966826f3fae62f2bf6fea diff --git a/hugo.toml b/hugo.toml index 456edd2..1995d6a 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. @@ -105,7 +105,6 @@ enableDefault = true enableDefault = true -[module] [[module.mounts]] source = 'attachments' target = 'content/posts/attachments'