diff --git a/.gitmodules b/.gitmodules index 2d5c0b7..668b784 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/quint"] + path = themes/quint + url = https://github.com/victoriadrake/hugo-theme-quint.git diff --git a/hugo.yaml b/hugo.yaml index 5fa415c..3e56ec3 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ baseURL: https://alexjmccoy.com/ languageCode: en-us title: Alex's Blog -theme: ananke +theme: quint diff --git a/themes/quint b/themes/quint new file mode 160000 index 0000000..2be886b --- /dev/null +++ b/themes/quint @@ -0,0 +1 @@ +Subproject commit 2be886b3fb5d8f71f9614f4c280a0eaf6b612b42