From f06ee9a3938c25a26863c9f085d7348ffb0b589a Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sun, 8 Jun 2025 06:41:46 -0500 Subject: [PATCH] adding richard-posts submodule --- .gitmodules | 6 +++++- content/posts | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 content/posts 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 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