Welcome to mirror list, hosted at ThFree Co, Russian Federation.

social.yml « data « assets - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2cc2b62e000aeb24f465598a625bfb1afdd7b80 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
# 001: Github
github:
  Weight: 1
  Prefix: https://github.com/
  Title: GitHub
  Icon:
    Class: fab fa-github-alt fa-fw

# 002: LinkedIn
linkedin:
  Weight: 2
  Prefix: https://linkedin.com/in/
  Title: LinkedIn
  Icon:
    Class: fab fa-linkedin fa-fw

# 003: Twitter
twitter:
  Weight: 3
  Prefix: https://twitter.com/
  Title: Twitter
  Icon:
    Class: fab fa-twitter fa-fw

# 004: Instagram
instagram:
  Weight: 4
  Prefix: https://www.instagram.com/
  Title: Instagram
  Icon:
    Class: fab fa-instagram fa-fw

# 005: facebook
facebook:
  Weight: 5
  Prefix: https://facebook.com/
  Title: facebook
  Icon:
    Class: fab fa-facebook fa-fw

# 006: Telegram
telegram:
  Weight: 6
  Prefix: https://t.me/
  Title: Telegram
  Icon:
    Class: fab fa-telegram-plane fa-fw

# 007: Medium
medium:
  Weight: 7
  Prefix: https://medium.com/
  Title: Medium
  Icon:
    Class: fab fa-medium fa-fw

# 008: GitLab
gitlab:
  Weight: 8
  Prefix: https://gitlab.com/
  Title: GitLab
  Icon:
    Class: fab fa-gitlab fa-fw

# 009: YouTube Legacy
youtubelegacy:
  Weight: 9
  Prefix: https://www.youtube.com/user/
  Title: YouTube
  Icon:
    Class: fab fa-youtube fa-fw

# 010: YouTube Custom
youtubecustom:
  Weight: 10
  Prefix: https://www.youtube.com/c/
  Title: YouTube
  Icon:
    Class: fab fa-youtube fa-fw

# 011: YouTube Channel
youtubechannel:
  Weight: 11
  Prefix: https://www.youtube.com/channel/
  Title: YouTube
  Icon:
    Class: fab fa-youtube fa-fw

# 012: Tumblr
tumblr:
  Weight: 12
  Template: https://%v.tumblr.com/
  Title: Tumblr
  Icon:
    Class: fab fa-tumblr fa-fw

# 013: Quora
quora:
  Weight: 13
  Prefix: https://www.quora.com/profile/
  Title: Quora
  Icon:
    Class: fab fa-quora fa-fw

# 014: Keybase
keybase:
  Weight: 14
  Prefix: https://keybase.io/
  Title: Keybase
  Icon:
    Class: fab fa-keybase fa-fw

# 015: Pinterest
pinterest:
  Weight: 15
  Prefix: https://www.pinterest.com/
  Title: Pinterest
  Icon:
    Class: fab fa-pinterest fa-fw

# 016: Reddit
reddit:
  Weight: 16
  Prefix: https://www.reddit.com/user/
  Title: Reddit
  Icon:
    Class: fab fa-reddit fa-fw

# 017: CodePen
codepen:
  Weight: 17
  Prefix: https://codepen.io/
  Title: CodePen
  Icon:
    Class: fab fa-codepen fa-fw

# 018: freeCodeCamp
freecodecamp:
  Weight: 18
  Prefix: https://freecodecamp.org/
  Title: freeCodeCamp
  Icon:
    Class: fab fa-free-code-camp fa-fw

# 019: Bitbucket
bitbucket:
  Weight: 19
  Prefix: https://bitbucket.org/
  Title: Bitbucket
  Icon:
    Class: fab fa-bitbucket fa-fw

# 020: Stack Overflow
stackoverflow:
  Weight: 20
  Prefix: https://stackoverflow.com/users/
  Title: Stack Overflow
  Icon:
    Class: fab fa-codepen fa-fw

# 021: 微博
weibo:
  Weight: 21
  Prefix: https://weibo.com/
  Title: 微博
  Icon:
    Class: fab fa-weibo fa-fw

# 022: OK.RU
odnoklassniki:
  Weight: 22
  Prefix: https://ok.ru/
  Title: OK.RU
  Icon:
    Class: fab fa-odnoklassniki fa-fw

# 023: VK
vk:
  Weight: 23
  Prefix: https://vk.com/
  Title: VK
  Icon:
    Class: fab fa-vk fa-fw

# 024: Flickr
flickr:
  Weight: 24
  Prefix: https://www.flickr.com/photos/
  Title: Flickr
  Icon:
    Class: fab fa-flickr fa-fw

# 025: Xing
xing:
  Weight: 25
  Prefix: https://www.xing.com/profile/
  Title: Xing
  Icon:
    Class: fab fa-xing fa-fw

# 026: Snapchat
snapchat:
  Weight: 26
  Prefix: https://www.snapchat.com/add/
  Title: Snapchat
  Icon:
    Class: fab fa-snapchat fa-fw

# 027: SoundCloud
soundcloud:
  Weight: 27
  Prefix: https://soundcloud.com/
  Title: SoundCloud
  Icon:
    Class: fab fa-soundcloud fa-fw

# 028: Spotify
spotify:
  Weight: 28
  Prefix: https://open.spotify.com/user/
  Title: Spotify
  Icon:
    Class: fab fa-spotify fa-fw

# 029: Bandcamp
bandcamp:
  Weight: 29
  Template: https://%v.bandcamp.com/
  Title: Bandcamp
  Icon:
    Class: fab fa-bandcamp fa-fw

# 030: PayPal
paypal:
  Weight: 30
  Prefix: https://paypal.me/
  Title: PayPal
  Icon:
    Class: fab fa-paypal fa-fw

# 031: 500px
fivehundredpx:
  Weight: 31
  Prefix: https://500px.com/
  Title: 500px
  Icon:
    Class: fab fa-500px fa-fw

# 032: Mix
mix:
  Weight: 32
  Prefix: https://mix.com/
  Title: Mix
  Icon:
    Class: fab fa-mix fa-fw

# 033: Goodreads
goodreads:
  Weight: 33
  Prefix: https://www.goodreads.com/user/show/
  Title: Goodreads
  Icon:
    Class: fab fa-goodreads fa-fw

# 034: Last.fm
lastfm:
  Weight: 34
  Prefix: https://www.last.fm/user/
  Title: Last.fm
  Icon:
    Class: fab fa-lastfm fa-fw

# 035: Foursquare
foursquare:
  Weight: 35
  Prefix: https://foursquare.com/
  Title: Foursquare
  Icon:
    Class: fab fa-foursquare fa-fw

# 036: Hacker News
hackernews:
  Weight: 36
  Template: https://news.ycombinator.com/user?id=%v
  Title: Hacker News
  Icon:
    Class: fab fa-hacker-news fa-fw

# 037: Kickstarter
kickstarter:
  Weight: 37
  Prefix: https://kickstarter.com/profile/
  Title: Kickstarter
  Icon:
    Class: fab fa-kickstarter fa-fw

# 038: Patreon
patreon:
  Weight: 38
  Prefix: https://patreon.com/
  Title: Patreon
  Icon:
    Class: fab fa-patreon fa-fw

# 039: Steam
steam:
  Weight: 39
  Prefix: https://steamcommunity.com/id/
  Title: Steam
  Icon:
    Class: fab fa-steam fa-fw

# 040: Twitch
twitch:
  Weight: 40
  Prefix: https://www.twitch.tv/
  Title: Twitch
  Icon:
    Class: fab fa-twitch fa-fw

# 041: Strava
strava:
  Weight: 41
  Prefix: https://www.strava.com/athletes/
  Title: Strava
  Icon:
    Class: fab fa-strava fa-fw

# 042: Skype
skype:
  Weight: 42
  Template: "skype:"
  Title: Skype
  Icon:
    Class: fab fa-skype fa-fw

# 043: WhatsApp
whatsapp:
  Weight: 43
  Prefix: https://wa.me/
  Title: WhatsApp
  Icon:
    Class: fab fa-whatsapp fa-fw

# 044: 知乎
zhihu:
  Weight: 44
  Prefix: https://www.zhihu.com/people/
  Title: 知乎
  Icon:
    Simpleicons: zhihu

# 045: 豆瓣
douban:
  Weight: 45
  Prefix: https://www.douban.com/people/
  Title: 豆瓣
  Icon:
    Simpleicons: douban

# 046: Angellist
angellist:
  Weight: 46
  Prefix: https://angel.co/
  Title: Angellist
  Icon:
    Class: fab fa-angellist fa-fw

# 047: SlideShare
slideshare:
  Weight: 47
  Prefix: https://slideshare.com/
  Title: SlideShare
  Icon:
    Class: fab fa-slideshare fa-fw

# 048: JSFiddle
jsfiddle:
  Weight: 48
  Prefix: https://jsfiddle.com/
  Title: JSFiddle
  Icon:
    Class: fab fa-jsfiddle fa-fw

# 049: DeviantArt
deviantart:
  Weight: 49
  Template: https://%v.deviantart.com/
  Title: DeviantArt
  Icon:
    Class: fab fa-deviantart fa-fw

# 050: Behance
behance:
  Weight: 50
  Prefix: https://behance.net/
  Title: Behance
  Icon:
    Class: fab fa-behance fa-fw

# 051: Dribbble
dribbble:
  Weight: 51
  Prefix: https://dribbble.com/
  Title: Dribbble
  Icon:
    Class: fab fa-dribbble fa-fw

# 052: WordPress
wordpress:
  Weight: 52
  Template: https://%v.wordpress.com/
  Title: WordPress
  Icon:
    Class: fab fa-wordpress fa-fw

# 053: Vine
vine:
  Weight: 53
  Prefix: https://vine.co/
  Title: Vine
  Icon:
    Class: fab fa-vine fa-fw

# 054: Google Scholar
googlescholar:
  Weight: 54
  Template: https://scholar.google.com/citations?%v
  Title: Google Scholar
  Icon:
    Simpleicons: googlescholar

# 055: ResearchGate
researchgate:
  Weight: 55
  Prefix: https://www.researchgate.net/profile/
  Title: ResearchGate
  Icon:
    Class: fab fa-researchgate fa-fw

# 056: Mastodon
mastodon:
  Weight: 56
  Prefix: https://mastodon.social/
  Title: Mastodon
  Icon:
    Class: fab fa-mastodon fa-fw

# 057: Thingiverse
thingiverse:
  Weight: 57
  Prefix: https://www.thingiverse.com/
  Title: Thingiverse
  Icon:
    Src: svg/icons/thingiverse.svg

# 058: Dev.To
devto:
  Weight: 58
  Prefix: https://dev.to/
  Title: Dev.To
  Icon:
    Class: fab fa-dev fa-fw

# 059: Gitea
gitea:
  Weight: 59
  Title: Gitea
  Icon:
    Simpleicons: gitea

# 060: XMPP
xmpp:
  Weight: 60
  Template: xmpp:%v
  Title: XMPP
  Icon:
    Simpleicons: xmpp

# 061: Matrix
matrix:
  Weight: 61
  Prefix: https://matrix.to/#/
  Title: Matrix
  Icon:
    Simpleicons: matrix

# 062: bilibili
bilibili:
  Weight: 62
  Prefix: https://space.bilibili.com/
  Title: bilibili
  Icon:
    Src: svg/icons/bilibili.svg

# 063: Email
email:
  Weight: 63
  Template: mailto:%v
  Title: Email
  Icon:
    Class: far fa-envelope fa-fw

# 064: RSS
rss:
  Weight: 64
  Url: /index.xml
  Title: RSS
  Newtab: true
  Icon:
    Class: fas fa-rss fa-fw