theme(fix): add configs for various networks
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
4f3e709d83
commit
e2360e7ce7
|
@ -10,24 +10,61 @@ networks = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# social media network setups
|
# social media network setups
|
||||||
[[ananke.social.networks]]
|
|
||||||
slug = "facebook"
|
|
||||||
label = "Facebook"
|
|
||||||
profile = "https://www.facebook.com/%s"
|
|
||||||
icon = "facebook" # font awesome brand icon name
|
|
||||||
|
|
||||||
[[ananke.social.networks]]
|
[[ananke.social.networks]]
|
||||||
slug = "bluesky"
|
slug = "bluesky"
|
||||||
label = "Bluesky"
|
|
||||||
profile = "https://bsky.app/profile/%s"
|
profile = "https://bsky.app/profile/%s"
|
||||||
icon = "bluesky" # font awesome brand icon name
|
icon = "bluesky" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "email"
|
||||||
|
profile = false
|
||||||
|
icon = "envelope" # font awesome free icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "facebook"
|
||||||
|
profile = "https://www.facebook.com/%s"
|
||||||
|
icon = "facebook" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "hackernews"
|
||||||
|
profile = "https://news.ycombinator.com/user?id=%s"
|
||||||
|
icon = "hacker-news" # font awesome brand icon name
|
||||||
|
|
||||||
[[ananke.social.networks]]
|
[[ananke.social.networks]]
|
||||||
slug = "linkedin"
|
slug = "linkedin"
|
||||||
label = "LinkedIn"
|
|
||||||
profile = "http://linkedin.com/in/%s"
|
profile = "http://linkedin.com/in/%s"
|
||||||
icon = "linkedin" # font awesome brand icon name
|
icon = "linkedin" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "pinterest"
|
||||||
|
profile = "https://www.pinterest.com/%s/"
|
||||||
|
icon = "pinterest" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "reddit"
|
||||||
|
profile = "https://www.reddit.com/user/%s/"
|
||||||
|
icon = "reddit" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "telegram"
|
||||||
|
profile = "https://t.me/%s"
|
||||||
|
icon = "telegram" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "tumblr"
|
||||||
|
profile = "https://www.tumblr.com/blog/%s"
|
||||||
|
icon = "tumblr" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "twitter"
|
||||||
|
profile = "https://twitter.com/%s"
|
||||||
|
icon = "twitter" # font awesome brand icon name
|
||||||
|
|
||||||
|
[[ananke.social.networks]]
|
||||||
|
slug = "xing"
|
||||||
|
profile = "https://www.xing.com/profile/%s"
|
||||||
|
icon = "xing" # font awesome brand icon name
|
||||||
|
|
||||||
# optional config parameters
|
# optional config parameters
|
||||||
# [[ananke.social.networks]]
|
# [[ananke.social.networks]]
|
||||||
# rel = "noopener" # set to noopener by default, could contain `me` and other values
|
# rel = "noopener" # set to noopener by default, could contain `me` and other values
|
||||||
|
|
Loading…
Reference in a new issue