www.donaldharper.com/config.toml
2019-06-02 08:12:31 -05:00

38 lines
1 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"
[outputs]
home = [ "RSS", "HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
path = "feed"