Added P52-32 : Folded Notes

This commit is contained in:
Don Harper 2019-08-16 23:36:09 -05:00
parent ec7e48249d
commit 1909ea34ea
11 changed files with 522 additions and 18 deletions

View file

@ -2,7 +2,8 @@ baseURL = "https://www.donaldharper.com/"
languageCode = "en-us"
title = "Donald Harper Photographs"
paginate = 5
Copyright = "All Rights Reserved - 2006 -"
#Copyright = "All Rights Reserved - 2006 -"
Copyright = "2006-2019"
canonifyurls = true
theme = "Bleach"
@ -14,16 +15,32 @@ theme = "Bleach"
tag = "tags"
series = "series"
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics]
# set to true to disable service
disable = false
# set to true to meet General Data Protection Regulation (GDPR)
anonymizeIP = false
respectDoNotTrack = false
useSessionStorage = false
[params]
paginate = 5
copyright = "All Rights Reserved - 2006 -"
email = "don@donaldharper.com"
description = "Donald Harper Photographs"
cover = "/images/user.jpg"
#copyright = "All Rights Reserved - 2006 -"
author = "don"
authorlocation = "3rd rock from the Sun"
authorwebsite = "https://www.duckland.org"
cover = "/images/user.jpg"
description = "Donald Harper Photographs"
email = "don@donaldharper.com"
bio = [
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
]
copyright = [
"© 2006-2019 Don Harper"
]
logo = "/images/user.png"
paginate = 5
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = "rss.xml"
githubName = "duckunix"
@ -40,10 +57,14 @@ theme = "Bleach"
github = "https://github.com/duckunix"
# linkedin = "https://linkedin.com"
[outputs]
home = [ "RSS", "HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
path = "feed"
[params.writers]
[params.writers."Don Harper"]
link = "https://www.duckland.org/"
email = "duck@duckland.org"
bio = [
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
]
twitter = "https://twitter.com/duckunix"
linkedin = "https://www.linkedin.com/in/donaldharper"
instagram = "https://www.instagram.com/duckunix/"
github = "https://github.com/duckunix"