Update site to use the latest version of our theme. This requires stuffing our local dev into a docker container because the latest hugo breaks the theme.

This commit is contained in:
Anna Rose Wiggins 2024-07-03 16:00:18 +00:00
parent 749796b735
commit 0277890db3
4 changed files with 5 additions and 54 deletions

View file

@ -2,7 +2,7 @@ baseurl = "https://annabunches.net/"
languageCode = "en-us"
theme = "hugo_theme_pickles"
Title = "Anna and the Bunches"
copyright = "© Anna Wiggins, 2006-2023"
copyright = "© Anna Wiggins, 2006-2024"
# Google Analytics API key.
googleAnalytics = "G-QFK0K7MGCJ"
@ -11,6 +11,8 @@ googleAnalytics = "G-QFK0K7MGCJ"
paginate = 10
custom_css = ["/css/custom.css", "/css/spoiler.css"]
dateFormat = "2006-01-02"
hideWordCount = true
hideReadingtime = true
# Disqus shortname
# disqus = ""
# author = "Your Name"