config.toml -> hugo.toml + upstream updates

This commit is contained in:
Don Harper 2026-03-25 07:47:39 -05:00
parent ba11bbd529
commit 77510c4c3d

View file

@ -1,20 +1,29 @@
baseURL = "https://www.donaldharper.com/"
languageCode = "en-us"
title = "Donald Harper Photographs"
paginate = 5
#Copyright = "All Rights Reserved - 2006 -"
Copyright = "2006-2021"
Copyright = "All rights reserved - 2006-"
canonifyurls = true
disqusShortname = ""
enableRobotsTXT = true
googleAnalytics = ""
languageCode = "en-us"
preserveTaxonomyNames = true
theme = "aether"
title = "Donald Harper Photographs"
[author]
name = "don"
[pagination]
pagerSize = 5
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.googleAnalytics]
# set to true to disable service
@ -24,7 +33,6 @@ theme = "aether"
useSessionStorage = true
[params]
copyright = "All Rights Reserved - 2006 -"
author = "don"
authorlocation = "3rd rock from the Sun"
classes = ["feature-figcaption"]
@ -36,6 +44,10 @@ theme = "aether"
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
]
logo = "/images/user.png"
footer = "© 2006- Don Harper"
copyright = [
"© 2006- Don Harper"
]
paginate = 5
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = "rss.xml"
@ -64,4 +76,3 @@ theme = "aether"
page = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML", "RSS"]