switch to new theme due to old theme not liking newer versions. New theme seems kick-arse, however
This commit is contained in:
parent
1909ea34ea
commit
e3ac8b96f5
531 changed files with 147790 additions and 66 deletions
18
config.toml
18
config.toml
|
|
@ -26,9 +26,11 @@ theme = "Bleach"
|
|||
useSessionStorage = false
|
||||
|
||||
[params]
|
||||
#copyright = "All Rights Reserved - 2006 -"
|
||||
copyright = "All Rights Reserved - 2006 -"
|
||||
author = "don"
|
||||
authorlocation = "3rd rock from the Sun"
|
||||
classes = ["feature-figcaption"]
|
||||
twitter = "duckunix"
|
||||
authorwebsite = "https://www.duckland.org"
|
||||
cover = "/images/user.jpg"
|
||||
description = "Donald Harper Photographs"
|
||||
|
|
@ -36,9 +38,6 @@ theme = "Bleach"
|
|||
bio = [
|
||||
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
|
||||
]
|
||||
copyright = [
|
||||
"© 2006-2019 Don Harper"
|
||||
]
|
||||
logo = "/images/user.png"
|
||||
paginate = 5
|
||||
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
||||
|
|
@ -48,8 +47,8 @@ theme = "Bleach"
|
|||
# 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"
|
||||
#[params.footer]
|
||||
#company = "Donald Harper Photographs"
|
||||
[params.social]
|
||||
# facebook = "https://facebooke.com"
|
||||
twitter = "https://twitter.com/duckunix"
|
||||
|
|
@ -68,3 +67,10 @@ theme = "Bleach"
|
|||
linkedin = "https://www.linkedin.com/in/donaldharper"
|
||||
instagram = "https://www.instagram.com/duckunix/"
|
||||
github = "https://github.com/duckunix"
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "JSON", "RSS"]
|
||||
page = ["HTML"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML", "RSS"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue