config.toml -> hugo.toml + upstream updates
This commit is contained in:
parent
ba11bbd529
commit
77510c4c3d
1 changed files with 18 additions and 7 deletions
25
hugo.toml
25
hugo.toml
|
|
@ -1,20 +1,29 @@
|
||||||
baseURL = "https://www.donaldharper.com/"
|
baseURL = "https://www.donaldharper.com/"
|
||||||
languageCode = "en-us"
|
Copyright = "All rights reserved - 2006-"
|
||||||
title = "Donald Harper Photographs"
|
|
||||||
paginate = 5
|
|
||||||
#Copyright = "All Rights Reserved - 2006 -"
|
|
||||||
Copyright = "2006-2021"
|
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
disqusShortname = ""
|
||||||
|
enableRobotsTXT = true
|
||||||
|
googleAnalytics = ""
|
||||||
|
languageCode = "en-us"
|
||||||
|
preserveTaxonomyNames = true
|
||||||
theme = "aether"
|
theme = "aether"
|
||||||
|
title = "Donald Harper Photographs"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "don"
|
name = "don"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 5
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
series = "series"
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[privacy]
|
[privacy]
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
# set to true to disable service
|
# set to true to disable service
|
||||||
|
|
@ -24,7 +33,6 @@ theme = "aether"
|
||||||
useSessionStorage = true
|
useSessionStorage = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
copyright = "All Rights Reserved - 2006 -"
|
|
||||||
author = "don"
|
author = "don"
|
||||||
authorlocation = "3rd rock from the Sun"
|
authorlocation = "3rd rock from the Sun"
|
||||||
classes = ["feature-figcaption"]
|
classes = ["feature-figcaption"]
|
||||||
|
|
@ -36,6 +44,10 @@ theme = "aether"
|
||||||
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
|
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
|
||||||
]
|
]
|
||||||
logo = "/images/user.png"
|
logo = "/images/user.png"
|
||||||
|
footer = "© 2006- Don Harper"
|
||||||
|
copyright = [
|
||||||
|
"© 2006- Don Harper"
|
||||||
|
]
|
||||||
paginate = 5
|
paginate = 5
|
||||||
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
||||||
RSSLink = "rss.xml"
|
RSSLink = "rss.xml"
|
||||||
|
|
@ -64,4 +76,3 @@ theme = "aether"
|
||||||
page = ["HTML"]
|
page = ["HTML"]
|
||||||
section = ["HTML", "RSS"]
|
section = ["HTML", "RSS"]
|
||||||
taxonomy = ["HTML", "RSS"]
|
taxonomy = ["HTML", "RSS"]
|
||||||
taxonomyTerm = ["HTML", "RSS"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue