mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
20.13.2024 e2360e7ce7f657f426dc5ad8142f0032f4976911
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[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"
]
 
# social media network setups
[[ananke.social.networks]]
slug = "bluesky"
profile = "https://bsky.app/profile/%s"
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]]
slug = "linkedin"
profile = "http://linkedin.com/in/%s"
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
# [[ananke.social.networks]]
# rel = "noopener" # set to noopener by default, could contain `me` and other values