www.donaldharper.com/config.toml
2019-06-22 00:11:41 -05:00

44 lines
1.2 KiB
TOML

baseURL = "https://www.donaldharper.com/"
languageCode = "en-us"
title = "Donald Harper Photographs"
paginate = 5
Copyright = "All Rights Reserved - 2006 -"
canonifyurls = true
theme = "Bleach"
[author]
name = "don"
[params]
paginate = 5
copyright = "All Rights Reserved - 2006 -"
email = "don@donaldharper.com"
description = "Donald Harper Photographs"
cover = "/images/user.jpg"
author = "don"
authorlocation = "3rd rock from the Sun"
authorwebsite = "https://www.duckland.org"
logo = "/images/user.png"
# 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"
[outputs]
home = [ "RSS", "HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
path = "feed"