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"
|
||||
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....
|
||||
|
||||

|
||||
|
|
|
|||
22
hugo.toml
22
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue