From f12a4a9aa329f8cefa320cfe4a348ac18d06b502 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 21 Oct 2023 12:50:18 -0700 Subject: PaperMod theme --- .gitmodules | 3 +++ themes/PaperMod | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/PaperMod 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 diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..efe4cb4 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b -- cgit v1.3.1