Use a theme with a decent dark mode. Still not quite what's needed, not handling multiple content folders or tagging properly.

This commit is contained in:
2025-10-29 22:18:30 -07:00
parent dcf874a11a
commit d87ecfd8b5
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -1,3 +1,7 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
#theme = "recipes"
#theme = "cookbook"
theme = "awesome"

1
themes/awesome Submodule

Submodule themes/awesome added at b4c1aaa305