fix theme, fix urls
This commit is contained in:
parent
3cdc1b9c0e
commit
199c6f4cb8
203 changed files with 603 additions and 53 deletions
131
config.toml
131
config.toml
|
|
@ -1,131 +0,0 @@
|
|||
baseURL = "https://www.duckland.org/"
|
||||
languageCode = "en-us"
|
||||
title = "duckland.org"
|
||||
theme = "PaperMod"
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
# Enable Google Analytics by entering your tracking code
|
||||
googleAnalytics = ""
|
||||
Copyright = "All rights reserved - 2006-"
|
||||
preserveTaxonomyNames = true
|
||||
enableRobotsTXT = true
|
||||
renderer.unsafe = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[privacy]
|
||||
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
||||
[privacy.googleAnalytics]
|
||||
# set to true to disable service
|
||||
disable = true
|
||||
# set to true to meet General Data Protection Regulation (GDPR)
|
||||
anonymizeIP = true
|
||||
respectDoNotTrack = true
|
||||
useSessionStorage = true
|
||||
|
||||
[params]
|
||||
defaultThem = "dark"
|
||||
contentTypeName = "post"
|
||||
fullWidthTheme = true
|
||||
email = "duck@duckland.org"
|
||||
slogan = "Random Quacking"
|
||||
description = "Random Quacking"
|
||||
header_image = "/photos/Travel/China/P1215426.jpg"
|
||||
#logo = "/photos/Travel/China/P1215426.jpg"
|
||||
cover = "/photos/Travel/China/P1215426.jpg"
|
||||
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- Don Harper"
|
||||
]
|
||||
authorlocation = ""
|
||||
authorwebsite = "https://www.duckland.org"
|
||||
#logo = "images/user.png"
|
||||
githubName = "duckunix"
|
||||
twitterName = "https://fosstodon.org/@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
|
||||
enableAutoDarkMode = true
|
||||
# Nav links in the side bar
|
||||
[[menu.global]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.global]]
|
||||
name = "About"
|
||||
url = "/stories/about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.global]]
|
||||
name = "Privacy"
|
||||
url = "/stories/privacy/"
|
||||
weight = 3
|
||||
|
||||
[[menu.global]]
|
||||
name = "Photo Galleries"
|
||||
url = "/photos/"
|
||||
weight = 4
|
||||
|
||||
[[menu.footer]]
|
||||
name = "About"
|
||||
url = "/stories/about/"
|
||||
|
||||
[[menu.global]]
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
weight = 5
|
||||
|
||||
[[menu.global]]
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 6
|
||||
|
||||
#[[menu.global]]
|
||||
#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://fosstodon.org/@duckunix"
|
||||
linkedin = "https://www.linkedin.com/in/donaldharper/"
|
||||
mastodon = "https://fosstodon.org/@duckunix"
|
||||
#stackoverflow = "full profile url in stackoverflow"
|
||||
#instagram = "https://www.instagram.com/duckunix/"
|
||||
github = "https://github.com/duckunix"
|
||||
rss = true
|
||||
[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"
|
||||
]
|
||||
twitter = "https://fosstodon.org/@duckunix"
|
||||
linkedin = "https://www.linkedin.com/in/donaldharper/"
|
||||
instagram = "https://www.instagram.com/duckunix/"
|
||||
github = "https://github.com/duckunix"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
#[outputs]
|
||||
# home = [ "RSS", "HTML"]
|
||||
#
|
||||
#[outputFormats]
|
||||
# [outputFormats.RSS]
|
||||
# mediatype = "application/rss"
|
||||
# path = "feed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue