New post : bournemouth-2019 + a mess of config fixes
This commit is contained in:
parent
696707d81c
commit
2b4f06ab55
32 changed files with 82 additions and 10 deletions
75
config.toml
75
config.toml
|
|
@ -2,33 +2,90 @@ baseURL = "https://www.duckland.org/"
|
|||
languageCode = "en-us"
|
||||
title = "duckland.org"
|
||||
theme = "nederburg"
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
# Enable Google Analytics by entering your tracking code
|
||||
googleAnalytics = ""
|
||||
paginate = 5
|
||||
Copyright = "All rights reserved - 2006-"
|
||||
canonifyurls = true
|
||||
|
||||
[privacy]
|
||||
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
||||
[privacy.googleAnalytics]
|
||||
# set to true to disable service
|
||||
disable = false
|
||||
# set to true to meet General Data Protection Regulation (GDPR)
|
||||
anonymizeIP = false
|
||||
respectDoNotTrack = false
|
||||
useSessionStorage = false
|
||||
|
||||
|
||||
[author]
|
||||
name = "don"
|
||||
|
||||
[params]
|
||||
email = "duck@duckland.org"
|
||||
slogan = "Random Quacking"
|
||||
description = "Random Quacking"
|
||||
cover = "images/user.jpg"
|
||||
author = "don"
|
||||
author = "Don Harper"
|
||||
authorlink = "https://www.duckland.org/"
|
||||
bio = [
|
||||
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
|
||||
]
|
||||
copyright = [
|
||||
"© 2006-2019 Don Harper"
|
||||
]
|
||||
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
|
||||
# Nav links in the side bar
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[outputs]
|
||||
home = [ "RSS", "HTML"]
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/stories/about/"
|
||||
weight = 2
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
mediatype = "application/rss"
|
||||
path = "feed"
|
||||
[[menu.main]]
|
||||
name = "Privacy"
|
||||
url = "/stories/privacy/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Photo Galleries"
|
||||
url = "photos/"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Get in touch"
|
||||
url = "contact/"
|
||||
weight = 5
|
||||
|
||||
# this will also be in author bio if there is no writer.
|
||||
[params.social]
|
||||
email = "duck@duckland.org"
|
||||
twitter = "https://twitter.com/duckunix"
|
||||
linkedin = "https://www.linkedin.com/in/donaldharper"
|
||||
#stackoverflow = "full profile url in stackoverflow"
|
||||
instagram = "https://www.instagram.com/duckunix/"
|
||||
github = "https://github.com/duckunix"
|
||||
rss = true
|
||||
|
||||
|
||||
#[outputs]
|
||||
# home = [ "RSS", "HTML"]
|
||||
#
|
||||
#[outputFormats]
|
||||
# [outputFormats.RSS]
|
||||
# mediatype = "application/rss"
|
||||
# path = "feed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue