From d87ecfd8b5dd40c93c01d79410062917e97935f7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Oct 2025 22:18:30 -0700 Subject: [PATCH] Use a theme with a decent dark mode. Still not quite what's needed, not handling multiple content folders or tagging properly. --- .gitmodules | 3 +++ hugo.toml | 4 ++++ themes/awesome | 1 + 3 files changed, 8 insertions(+) create mode 160000 themes/awesome diff --git a/.gitmodules b/.gitmodules index 391f5b9..32d952a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/recipes"] path = themes/recipes url = https://github.com/butlerx/hugo-recipes.git +[submodule "themes/awesome"] + path = themes/awesome + url = https://github.com/hugo-sid/hugo-blog-awesome diff --git a/hugo.toml b/hugo.toml index 7e568b8..3ef772b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' + +#theme = "recipes" +#theme = "cookbook" +theme = "awesome" diff --git a/themes/awesome b/themes/awesome new file mode 160000 index 0000000..b4c1aaa --- /dev/null +++ b/themes/awesome @@ -0,0 +1 @@ +Subproject commit b4c1aaa30512dc3c28f69779bc51d5f8f1b6c4c3