www.donaldharper.com/config.toml
Don Harper 5e48b9cfeb
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
test change to config.toml
2022-06-09 22:40:56 -05:00

74 lines
2.2 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]
[privacy.googleAnalytics]
# set to true to disable service
disable = true
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"]