diff --git a/.gitmodules b/.gitmodules index 7b50d0c..40106d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "src/themes/papermod"] path = src/themes/papermod url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "src/themes/hugo-blog-awesome"] + path = src/themes/hugo-blog-awesome + url = https://github.com/hugo-sid/hugo-blog-awesome.git +[submodule "src/themes/hugo-profile"] + path = src/themes/hugo-profile + url = https://github.com/gurusabarish/hugo-profile.git diff --git a/src/.hugo_build.lock b/src/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/src/config.yaml b/src/config.yaml index bba4efb..0dab668 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,7 +1,7 @@ --- languageCode: 'en-us' title: 'Bad Houseplants' -theme: 'papermod' +theme: 'hugo-profile' menu: main: - name: Posts diff --git a/src/themes/hugo-profile b/src/themes/hugo-profile new file mode 160000 index 0000000..828be0d --- /dev/null +++ b/src/themes/hugo-profile @@ -0,0 +1 @@ +Subproject commit 828be0d1c04213ace8279d2d3f9f4410b2db0c51