Skip to content

Commit 78932f9

Browse files
authored
Update SocialNetworks.yml
Removed unused social networks and commented the ones to check later.
1 parent 1206111 commit 78932f9

File tree

1 file changed

+13
-63
lines changed

1 file changed

+13
-63
lines changed

_data/SocialNetworks.yml

Lines changed: 13 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -6,56 +6,31 @@
66
# site.social-network-links.<key>
77
# icon: Specify a valid fontawesome icon class
88

9-
facebook:
10-
name: "Facebook"
11-
baseURL: "https://www.facebook.com/"
12-
icon: "fa-facebook"
9+
#facebook:
10+
# name: "Facebook"
11+
# baseURL: "https://www.facebook.com/"
12+
# icon: "fa-facebook"
1313

1414
github:
1515
name: "GitHub"
16-
baseURL: "https://github.com/"
16+
baseURL: "https://github.com/UnityCommunity"
1717
icon: "fa-github"
1818

19-
twitter:
20-
name: "Twitter"
21-
baseURL: "https://twitter.com/"
22-
icon: "fa-twitter"
19+
#twitter:
20+
# name: "Twitter"
21+
# baseURL: "https://twitter.com/"
22+
# icon: "fa-twitter"
2323

24-
reddit:
25-
name: "Reddit"
26-
baseURL: "https://reddit.com/u/"
27-
icon: "fa-reddit"
28-
29-
google-plus:
30-
name: "Google+"
31-
baseURL: "https://plus.google.com/"
32-
icon: "fa-google-plus"
24+
#reddit:
25+
# name: "Reddit"
26+
# baseURL: "https://reddit.com/u/"
27+
# icon: "fa-reddit"
3328

3429
email:
3530
name: "Email me"
3631
baseURL: "mailto:"
3732
icon: "fa-envelope"
3833

39-
linkedin:
40-
name: "LinkedIn"
41-
baseURL: "https://linkedin.com/in/"
42-
icon: "fa-linkedin"
43-
44-
xing:
45-
name: "Xing"
46-
baseURL: "https://www.xing.com/profile/"
47-
icon: "fa-xing"
48-
49-
stackoverflow:
50-
name: "StackOverflow"
51-
baseURL: "https://stackoverflow.com/users/"
52-
icon: "fa-stack-overflow"
53-
54-
snapchat:
55-
name: "Snapchat"
56-
baseURL: "https://www.snapchat.com/add/"
57-
icon: "fa-snapchat-ghost"
58-
5934
instagram:
6035
name: "Instagram"
6136
baseURL: "https://www.instagram.com/"
@@ -66,32 +41,7 @@ youtube:
6641
baseURL: "https://www.youtube.com/"
6742
icon: "fa-youtube"
6843

69-
spotify:
70-
name: "Spotify"
71-
baseURL: "https://open.spotify.com/user/"
72-
icon: "fa-spotify"
73-
74-
telephone:
75-
name: "Phone"
76-
baseURL: "tel:"
77-
icon: "fa-phone"
78-
7944
rss:
8045
name: "RSS"
8146
baseURL: "{{ '/feed.xml' | prepend: site.baseurl }}"
8247
icon: "fa-rss"
83-
84-
steam:
85-
name: "Steam"
86-
baseURL: "https://steamcommunity.com/id/"
87-
icon: "fa-steam"
88-
89-
twitch:
90-
name: "Twitch"
91-
baseURL: "https://www.twitch.tv/"
92-
icon: "fa-twitch"
93-
94-
yelp:
95-
name: "Yelp"
96-
baseURL: "https://{{ site.author.yelp }}.yelp.com"
97-
icon: "fa-yelp"

0 commit comments

Comments
 (0)