From 4ca35fd637044f1e35d9cde74aa5a84e618fe84d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 10 May 2023 13:03:19 +0200 Subject: [PATCH] feat: Start using a better theme --- .gitmodules | 6 ++++++ src/.hugo_build.lock | 0 src/config.yaml | 2 +- src/themes/hugo-profile | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/.hugo_build.lock create mode 160000 src/themes/hugo-profile 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