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.