config.toml | added social links
This commit is contained in:
parent
aa51420e2c
commit
86aaab80d6
1 changed files with 8 additions and 2 deletions
10
config.toml
10
config.toml
|
|
@ -26,8 +26,14 @@ theme = "Bleach"
|
||||||
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
|
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
|
||||||
hideHUGOSupport = false
|
hideHUGOSupport = false
|
||||||
showtoc = false
|
showtoc = false
|
||||||
[params.footer]
|
[params.footer]
|
||||||
company = "Donald Harper Photographs"
|
company = "Donald Harper Photographs"
|
||||||
|
[params.social]
|
||||||
|
# facebook = "https://facebooke.com"
|
||||||
|
twitter = "https://twitter.com/duckunix"
|
||||||
|
instagram = "https://instagram.com/duckunix"
|
||||||
|
github = "https://github.com/duckunix"
|
||||||
|
# linkedin = "https://linkedin.com"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "RSS", "HTML"]
|
home = [ "RSS", "HTML"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue