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