upstream changes
This commit is contained in:
parent
3754c3db13
commit
c955de9518
2 changed files with 12 additions and 12 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
image: "/photos/Random/Chalk-Heart.webp"
|
image: "/photos/Random/Chalk-Heart.webp"
|
||||||
featured_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"
|
date: "2021-06-25T21:46:01-05:00"
|
||||||
tags: ["photos"]
|
tags: ["photos"]
|
||||||
categories: ["photos"]
|
categories: ["photos"]
|
||||||
title: "Heart for Everyone"
|
title: "Heart for Everyone"
|
||||||
---
|
---
|
||||||
|
|
||||||
Everybody needs love....
|
Everybody needs love....
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
22
hugo.toml
22
hugo.toml
|
|
@ -1,15 +1,12 @@
|
||||||
baseURL = "https://www.duckland.org/"
|
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-"
|
Copyright = "All rights reserved - 2006-"
|
||||||
preserveTaxonomyNames = true
|
disqusShortname = ""
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
renderer.unsafe = true
|
googleAnalytics = ""
|
||||||
|
languageCode = "en-us"
|
||||||
|
preserveTaxonomyNames = true
|
||||||
|
theme = "hugo-flex"
|
||||||
|
title = "duckland.org"
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 3
|
pagerSize = 3
|
||||||
|
|
@ -18,12 +15,15 @@ renderer.unsafe = true
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
series = "series"
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[privacy]
|
[privacy]
|
||||||
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
# set to true to disable service
|
# set to true to disable service
|
||||||
disable = true
|
disable = true
|
||||||
# set to true to meet General Data Protection Regulation (GDPR)
|
|
||||||
anonymizeIP = true
|
anonymizeIP = true
|
||||||
respectDoNotTrack = true
|
respectDoNotTrack = true
|
||||||
useSessionStorage = true
|
useSessionStorage = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue