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