76 lines
2.3 KiB
TOML
76 lines
2.3 KiB
TOML
baseURL = "https://www.donaldharper.com/"
|
|
languageCode = "en-us"
|
|
title = "Donald Harper Photographs"
|
|
paginate = 5
|
|
#Copyright = "All Rights Reserved - 2006 -"
|
|
Copyright = "2006-2021"
|
|
canonifyurls = true
|
|
theme = "aether"
|
|
|
|
[author]
|
|
name = "don"
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
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 = true
|
|
# set to true to meet General Data Protection Regulation (GDPR)
|
|
anonymizeIP = true
|
|
respectDoNotTrack = true
|
|
useSessionStorage = true
|
|
|
|
[params]
|
|
copyright = "All Rights Reserved - 2006 -"
|
|
author = "don"
|
|
authorlocation = "3rd rock from the Sun"
|
|
classes = ["feature-figcaption"]
|
|
twitter = "duckunix"
|
|
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"
|
|
]
|
|
logo = "/images/user.png"
|
|
paginate = 5
|
|
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
|
RSSLink = "rss.xml"
|
|
githubName = "duckunix"
|
|
twitterName = "duckunix"
|
|
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
|
|
hideHUGOSupport = false
|
|
showtoc = false
|
|
#[params.footer]
|
|
#company = "Donald Harper Photographs"
|
|
[params.social]
|
|
# facebook = "https://facebooke.com"
|
|
twitter = "https://twitter.com/duckunix"
|
|
instagram = "https://instagram.com/duckunix"
|
|
github = "https://github.com/duckunix"
|
|
# linkedin = "https://linkedin.com"
|
|
|
|
[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"
|
|
|
|
[outputs]
|
|
home = ["HTML", "JSON", "RSS"]
|
|
page = ["HTML"]
|
|
section = ["HTML", "RSS"]
|
|
taxonomy = ["HTML", "RSS"]
|
|
taxonomyTerm = ["HTML", "RSS"]
|