From c955de95188baebb3831f61d835c3b6efb90af8b Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 25 Mar 2026 07:53:56 -0500 Subject: [PATCH] upstream changes --- content/posts/2021/06/heart-for-everyone.md | 2 +- hugo.toml | 22 ++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/posts/2021/06/heart-for-everyone.md b/content/posts/2021/06/heart-for-everyone.md index 7cda2323..e96928d4 100644 --- a/content/posts/2021/06/heart-for-everyone.md +++ b/content/posts/2021/06/heart-for-everyone.md @@ -1,12 +1,12 @@ --- image: "/photos/Random/Chalk-Heart.webp" featured_image: "/photos/Random/Chalk-Heart.webp" -image: "/photos/Random/Chalk-Heart.webp" date: "2021-06-25T21:46:01-05:00" tags: ["photos"] categories: ["photos"] title: "Heart for Everyone" --- + Everybody needs love.... ![chalk heart](/photos/Random/Chalk-Heart.webp) diff --git a/hugo.toml b/hugo.toml index be4e005b..80491f27 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,15 +1,12 @@ baseURL = "https://www.duckland.org/" -languageCode = "en-us" -title = "duckland.org" -theme = "hugo-flex" -# Enable comments by entering your Disqus shortname -disqusShortname = "" -# Enable Google Analytics by entering your tracking code -googleAnalytics = "" Copyright = "All rights reserved - 2006-" -preserveTaxonomyNames = true +disqusShortname = "" enableRobotsTXT = true -renderer.unsafe = true +googleAnalytics = "" +languageCode = "en-us" +preserveTaxonomyNames = true +theme = "hugo-flex" +title = "duckland.org" [pagination] pagerSize = 3 @@ -18,12 +15,15 @@ renderer.unsafe = true tag = "tags" series = "series" +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + [privacy] - # Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics [privacy.googleAnalytics] # set to true to disable service disable = true - # set to true to meet General Data Protection Regulation (GDPR) anonymizeIP = true respectDoNotTrack = true useSessionStorage = true