diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a0d088 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public/ +.hugo_build.lock +**/.DS_Store \ No newline at end of file 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..7d061d5 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 7d061d56d4664bd9c8241eb904994c98b928f0c8