From 476cd2f2131cb4e7856f27754b285ad16288e932 Mon Sep 17 00:00:00 2001 From: David Lick Date: Sat, 4 May 2024 18:22:24 -0400 Subject: [PATCH] fix theme issues --- .gitignore | 1 + .gitmodules | 3 +++ themes/PaperMod | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a2fe92 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public/* diff --git a/.gitmodules b/.gitmodules index 5154615..55e7928 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/themes/PaperMod b/themes/PaperMod index 65d650f..33e48f9 160000 --- a/themes/PaperMod +++ b/themes/PaperMod @@ -1 +1 @@ -Subproject commit 65d650fc4d2e11b58f79cdbf4933cfb19066dc43 +Subproject commit 33e48f98920c60ec80ca8b34191caf6c74803cf5