From cdb7df1f7a5502fccb0175cfe7fab614f9785f2f Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 13 Sep 2023 15:19:06 +0000 Subject: [PATCH] Fix local stylesheets by using correct theme naming. --- .gitmodules | 2 +- config.toml | 6 +++--- themes/{pickles => hugo_theme_pickles} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename themes/{pickles => hugo_theme_pickles} (100%) diff --git a/.gitmodules b/.gitmodules index 8d62b86..1cf6fbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "themes/pickles"] - path = themes/pickles + path = themes/hugo_theme_pickles url = https://github.com/mismith0227/hugo_theme_pickles branch = custom diff --git a/config.toml b/config.toml index af8e443..79b2812 100644 --- a/config.toml +++ b/config.toml @@ -1,15 +1,15 @@ baseurl = "https://annabunches.net/" languageCode = "en-us" -theme = "pickles" +theme = "hugo_theme_pickles" Title = "Anna and the Bunches" -copyright = "© Anna Wiggins, 2006-2020" +copyright = "© Anna Wiggins, 2006-2023" # Google Analytics API key. # googleAnalytics = "Your Google Analytics tracking id" [params] paginate = 10 - custom_css = ["/css/custom.css"] + customCSS = ["/css/custom.css"] dateformat = "2006-02-01" # Social accounts. Link to these accounts are displayed in the header and # footer diff --git a/themes/pickles b/themes/hugo_theme_pickles similarity index 100% rename from themes/pickles rename to themes/hugo_theme_pickles