Use Hugo modules to import theme, also modernize everything.

This commit is contained in:
Anna Rose Wiggins 2024-07-03 20:58:00 +00:00
parent 631f851e8b
commit f49428dfea
7 changed files with 17 additions and 8 deletions

View file

@ -1,6 +1,5 @@
baseurl = "https://annabunches.net/"
languageCode = "en-us"
theme = "hugo_theme_pickles"
Title = "Anna and the Bunches"
copyright = "© Anna Wiggins, 2006-2024"
@ -67,3 +66,7 @@ googleAnalytics = "G-QFK0K7MGCJ"
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[module]
[[module.imports]]
path = 'github.com/annabunches/hugo_theme_pickles'