From 35a52ee69b19385f34be9a6315fbc907d3ce15e9 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 23 Mar 2024 22:49:13 -0500 Subject: [PATCH] inital commit --- .gitmodules | 9 +++++++++ themes/PaperMod | 1 + themes/hello-friend-ng | 1 + themes/hugo-coder | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/PaperMod create mode 160000 themes/hello-friend-ng create mode 160000 themes/hugo-coder diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e64b0bd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "themes/hello-friend-ng"] + path = themes/hello-friend-ng + url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git +[submodule "themes/hugo-coder"] + path = themes/hugo-coder + url = https://github.com/luizdepra/hugo-coder.git +[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..d3d90be --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8 diff --git a/themes/hello-friend-ng b/themes/hello-friend-ng new file mode 160000 index 0000000..fff3cc7 --- /dev/null +++ b/themes/hello-friend-ng @@ -0,0 +1 @@ +Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd diff --git a/themes/hugo-coder b/themes/hugo-coder new file mode 160000 index 0000000..40eeed8 --- /dev/null +++ b/themes/hugo-coder @@ -0,0 +1 @@ +Subproject commit 40eeed8256284ef5a7481ae35d565de5895e6f99