From b494bc82c7aa0d3dbf76ee356322ff75a879b81e Mon Sep 17 00:00:00 2001 From: Archos Date: Sat, 13 Dec 2025 20:50:11 +0100 Subject: [PATCH] chore(theme): add PaperMod as git submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git