From f183bd33a65e3bda3b84b6221b6e3144862f26ca Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sun, 8 Jun 2025 07:35:02 -0500 Subject: [PATCH] adding post sub-module --- .gitmodules | 5 ++++- content/posts | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 content/posts diff --git a/.gitmodules b/.gitmodules index cbb19c8..a7813d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [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 diff --git a/content/posts b/content/posts new file mode 160000 index 0000000..bea1224 --- /dev/null +++ b/content/posts @@ -0,0 +1 @@ +Subproject commit bea122462d906b333b12497b7749ddb688af5a59