From 77510c4c3d3782bbd1cee1aece232c7f9a98dddf Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 25 Mar 2026 07:47:39 -0500 Subject: [PATCH] config.toml -> hugo.toml + upstream updates --- hugo.toml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/hugo.toml b/hugo.toml index 80243547..6329cd05 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"]