From 88e16441a962571471aced42a3bf89d150c0f832 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sun, 8 Jun 2025 07:12:21 -0500 Subject: [PATCH] cleanup --- .gitmodules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cbb19c8..75b577f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "themes/PaperMod"] path = themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod.git \ No newline at end of file + url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "content/posts"] + path = content/posts + url = https://git.theoswalds.com/private/hugo-richard-posts.git + branch = main