diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e2fcd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/public/ +/resources/_gen/ + +hugo.exe +hugo.linux +hugo.darwin + +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55e7928 --- /dev/null +++ b/.gitmodules @@ -0,0 +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 new file mode 160000 index 0000000..9ea3bb0 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 9ea3bb0e1f3aa06ed7715e73b5fabb36323f7267 diff --git a/themes/ananke b/themes/ananke new file mode 160000 index 0000000..33fbda0 --- /dev/null +++ b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 33fbda0e9d3e97c92af5d195be94e8eea8003239