Fix local stylesheets by using correct theme naming.
This commit is contained in:
parent
5ed22bc940
commit
cdb7df1f7a
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
||||||
[submodule "themes/pickles"]
|
[submodule "themes/pickles"]
|
||||||
path = themes/pickles
|
path = themes/hugo_theme_pickles
|
||||||
url = https://github.com/mismith0227/hugo_theme_pickles
|
url = https://github.com/mismith0227/hugo_theme_pickles
|
||||||
branch = custom
|
branch = custom
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
baseurl = "https://annabunches.net/"
|
baseurl = "https://annabunches.net/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "pickles"
|
theme = "hugo_theme_pickles"
|
||||||
Title = "Anna and the Bunches"
|
Title = "Anna and the Bunches"
|
||||||
copyright = "© Anna Wiggins, 2006-2020"
|
copyright = "© Anna Wiggins, 2006-2023"
|
||||||
|
|
||||||
# Google Analytics API key.
|
# Google Analytics API key.
|
||||||
# googleAnalytics = "Your Google Analytics tracking id"
|
# googleAnalytics = "Your Google Analytics tracking id"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
paginate = 10
|
paginate = 10
|
||||||
custom_css = ["/css/custom.css"]
|
customCSS = ["/css/custom.css"]
|
||||||
dateformat = "2006-02-01"
|
dateformat = "2006-02-01"
|
||||||
# Social accounts. Link to these accounts are displayed in the header and
|
# Social accounts. Link to these accounts are displayed in the header and
|
||||||
# footer
|
# footer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user