www.donaldharper.com/hugo.toml
2026-03-25 07:47:39 -05:00

78 lines
2 KiB
TOML

baseURL = "https://www.donaldharper.com/"
Copyright = "All rights reserved - 2006-"
canonifyurls = true
disqusShortname = ""
enableRobotsTXT = true
googleAnalytics = ""
languageCode = "en-us"
preserveTaxonomyNames = true
theme = "aether"
title = "Donald Harper Photographs"
[author]
name = "don"
[pagination]
pagerSize = 5
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.googleAnalytics]
# set to true to disable service
disable = true
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[params]
author = "don"
authorlocation = "3rd rock from the Sun"
classes = ["feature-figcaption"]
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"
footer = "© 2006- Don Harper"
copyright = [
"© 2006- Don Harper"
]
paginate = 5
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = "rss.xml"
githubName = "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]
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"
]
linkedin = "https://www.linkedin.com/in/donaldharper"
github = "https://github.com/duckunix"
[outputs]
home = ["HTML", "JSON", "RSS"]
page = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]