theme(fix): smaller config fixes for social media integration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
e2360e7ce7
commit
ef4a6a0cfe
|
@ -1,13 +1,13 @@
|
|||
[ananke.social]
|
||||
icon_path = "ananke/socials/%s.svg"
|
||||
|
||||
[ananke.social.follow]
|
||||
new_window_icon = false # show a little "opens in new window" icon next to the link
|
||||
networks = [
|
||||
"facebook",
|
||||
"bluesky",
|
||||
"linkedin"
|
||||
]
|
||||
# [ananke.social.follow]
|
||||
# new_window_icon = false # show a little "opens in new window" icon next to the link
|
||||
# networks = [
|
||||
# "facebook",
|
||||
# "bluesky",
|
||||
# "linkedin"
|
||||
# ]
|
||||
|
||||
# social media network setups
|
||||
[[ananke.social.networks]]
|
||||
|
@ -60,6 +60,11 @@ slug = "twitter"
|
|||
profile = "https://twitter.com/%s"
|
||||
icon = "twitter" # font awesome brand icon name
|
||||
|
||||
[[ananke.social.networks]]
|
||||
slug = "whatsapp"
|
||||
profile = false
|
||||
icon = "whatsapp" # font awesome brand icon name
|
||||
|
||||
[[ananke.social.networks]]
|
||||
slug = "xing"
|
||||
profile = "https://www.xing.com/profile/%s"
|
||||
|
|
|
@ -38,6 +38,14 @@ description = "The last theme you'll ever need. Maybe."
|
|||
background_color_class = "bg-black"
|
||||
recent_posts_number = 3
|
||||
|
||||
[ananke.social.follow]
|
||||
new_window_icon = false # show a little "opens in new window" icon next to the link
|
||||
networks = [
|
||||
"facebook",
|
||||
"bluesky",
|
||||
"linkedin"
|
||||
]
|
||||
|
||||
[params.ananke.social]
|
||||
[params.ananke.social.facebook]
|
||||
username = "patrick.kollitsch"
|
||||
|
|
Loading…
Reference in a new issue