diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..665689b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +public +resources +.hugo_build.lock +.DS_Store +*/.DS_Store +*/*.DS_Store 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