From c47181d1fcaf7e98917314f7015d3b23485fd026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Krzy=C5=BCanowski?= Date: Fri, 17 Jan 2025 01:58:38 +0100 Subject: [PATCH] Blog posts as submodule --- .gitmodules | 3 +++ content/posts | 1 + 2 files changed, 4 insertions(+) create mode 160000 content/posts diff --git a/.gitmodules b/.gitmodules index 89af1b0..f315a62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/PaperMod"] path = themes/PaperMod url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "content/posts"] + path = content/posts + url = ../blog-posts diff --git a/content/posts b/content/posts new file mode 160000 index 0000000..08d8572 --- /dev/null +++ b/content/posts @@ -0,0 +1 @@ +Subproject commit 08d85728bb867257752b13252f86f6065631158d