From a4208f4e85057c092b96570f01968ea690752595 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 | 6 +++--- config.toml | 2 +- themes/contrast-hugo | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 160000 themes/contrast-hugo diff --git a/.gitmodules b/.gitmodules index 87284c3..665d366 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[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://git.beckmeyer.us/TnSb/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