34 lines
850 B
TOML
34 lines
850 B
TOML
baseURL = "https://www.duckland.org/"
|
|
languageCode = "en-us"
|
|
title = "duckland.org"
|
|
theme = "nederburg"
|
|
paginate = 5
|
|
Copyright = "All rights reserved - 2006-"
|
|
canonifyurls = true
|
|
|
|
[author]
|
|
name = "don"
|
|
|
|
[params]
|
|
email = "duck@duckland.org"
|
|
description = "Random Quacking"
|
|
cover = "images/user.jpg"
|
|
author = "don"
|
|
authorlocation = ""
|
|
authorwebsite = "https://www.duckland.org"
|
|
logo = "images/user.png"
|
|
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
|
RSSLink = ""
|
|
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
|
|
|
|
[outputs]
|
|
home = [ "RSS", "HTML"]
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
mediatype = "application/rss"
|
|
path = "feed"
|