From 81c77f19ada5f81a63b35a78e97e10777223deab Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 15 Sep 2023 14:43:16 -0400 Subject: [PATCH] use contrast-hugo theme --- .gitmodules | 3 +++ config.toml | 2 +- themes/contrast-hugo | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 themes/contrast-hugo diff --git a/.gitmodules b/.gitmodules index 87284c3..92da5ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/no-js-hugo-theme"] path = themes/no-js-hugo-theme url = https://github.com/stevenengler/no-js-hugo-theme.git +[submodule "themes/contrast-hugo"] + path = themes/contrast-hugo + url = https://github.com/niklasbuschmann/contrast-hugo.git diff --git a/config.toml b/config.toml index 75bfc43..c3fd3fa 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://beckmeyer.us/" languageCode = 'en-us' title = "Joel Beckmeyer's Homepage" -theme = "bbb" +theme = "contrast-hugo" [author] name = "Joel Beckmeyer" diff --git a/themes/contrast-hugo b/themes/contrast-hugo new file mode 160000 index 0000000..9b3ec3d --- /dev/null +++ b/themes/contrast-hugo @@ -0,0 +1 @@ +Subproject commit 9b3ec3d0243d3076342e53bbdcc6579265eb1cb6