Use Hugo modules to import theme, also modernize everything.
This commit is contained in:
parent
631f851e8b
commit
f49428dfea
7 changed files with 17 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue