forked from epidrome/cover-card
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
168 lines (131 loc) · 4.11 KB
/
_config.yml
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
# Theme
remote_theme: codeforcroatia/member@master
# Base URL
baseurl: http://dev.codeforcroatia.org/member
# Title and tag line
title: 'Code for Croatia'
description: 'Online posjetnice Code for Croatia članova.'
# Default images
avatar: 'avatar.jpg'
background: 'background.jpg'
favicon: 'favicon.ico'
# Online profiles - examples
#dribbble: 'mydribbble'
#facebook: 'myfacebook'
#twitter: 'mytwitter'
#linkedin: 'mylinkedin'
#instagram: 'myinsta'
#pinterest: 'mypinterest'
#youtube: 'myyoutube'
#github-user: 'mygithub'
#gitlab-user: ''
#codepen: ''
#steam: ''
#soundcloud: ''
#lastfm: ''
#stack-overflow: ''
#reddit: ''
#rubygems: ''
#medium: ''
#tumblr: 'mytumblr'
#weibo: 'myweibo'
#vk: 'myvk'
#blog_url: 'myblog.blog.com'
#email: '[email protected]'
#messenger: 'myfbchat'
social-links-order: [github-user, gitlab-user, codepen, steam, rubygems, stack-overflow, facebook, twitter, instagram, tumblr, pinterest, linkedin, youtube, vk, weibo, dribbble, soundcloud, lastfm, reddit, messenger, medium, blog_url, email, webmail]
# Advanced settings
plugins:
- jekyll-remote-theme
# Yaml manifest of supported social links
# Requirements:
# `name`
# - plain-text name of the site (e.g. twitter)
# - **mandatory**
# `url-pattern`
# - site URL pattern containing a placeholder string (e.g. twitter.com/__USERNAME__)
# - placeholder will be replaced by username or value specified in _config.yml (e.g. twitter.com/mytwitter)
# - **mandatory**
# `url-scheme`
# - the hardcoded URI/URN url-scheme (e.g. https://)
# - can be one of: ['https://', 'http://', 'mailto:']
# - defaults to '//'
# - **optional**
# `icon-class`
# - the font awesome icon class names
# - font-awesome free and supports `fas` (solid) and `fab` (brands) styles
# - defaults to `fab` style and uses value of `name` attribute (e.g. fab fa-2x fa-twitter)
# - **optional**
social-links:
- name: facebook
url-pattern: facebook.com/__USERNAME__
icon-class: fab fa-2x fa-facebook-f
- name: twitter
url-pattern: twitter.com/__USERNAME__
- name: linkedin
url-pattern: linkedin.com/in/__USERNAME__
- name: google-plus
url-pattern: plus.google.com/+__USERNAME__
- name: vk
url-pattern: vk.com/__USERNAME__
- name: weibo
url-pattern: weibo.com/__USERNAME__
- name: instagram
url-pattern: instagram.com/__USERNAME__
- name: flickr
url-pattern: flickr.com/__USERNAME__
- name: pinterest
url-pattern: pinterest.com/__USERNAME__
- name: github-user
url-pattern: github.com/__USERNAME__
icon-class: fab fa-2x fa-github
- name: gitlab-user
url-pattern: gitlab.com/__USERNAME__
icon-class: fab fa-2x fa-gitlab
- name: codepen
url-pattern: codepen.com/__USERNAME__
- name: stack-overflow
url-pattern: stackoverflow.com/users/__USERNAME__
- name: reddit
url-pattern: reddit.com/user/__USERNAME__
- name: rubygems
url-pattern: rubygems.org/profiles/__USERNAME__
icon-class: far fa-2x fa-gem
- name: steam
url-pattern: steamcommunity.com/id/__USERNAME__
- name: youtube
url-pattern: youtube.com/__USERNAME__
- name: vimeo
url-pattern: vimeo.com/__USERNAME__
- name: soundcloud
url-pattern: soundcloud.com/__USERNAME__
- name: lastfm
url-pattern: last.fm/user/__USERNAME__
- name: medium
url-pattern: medium.com/@__USERNAME__
- name: tumblr
url-pattern: __USERNAME__.tumblr.com
- name: dribbble
url-pattern: dribbble.com/__USERNAME__
- name: keybase
url-pattern: keybase.io/__USERNAME__
- name: messenger
url-pattern: m.me/__USERNAME__
icon-class: fab fa-2x fa-facebook-messenger
- name: telegram
url-pattern: telegram.me/__USERNAME__
- name: snapchat
url-pattern: snapchat.com/add/__USERNAME__
- name: quora
url-pattern: www.quora.com/profile/__USERNAME__
- name: blog_url
url-pattern: '__USERNAME__'
icon-class: fas fa-2x fa-tags
- name: email
url-scheme: 'mailto:'
url-pattern: '__USERNAME__'
icon-class: fas fa-2x fa-envelope
- name: webmail
url-pattern: '__USERNAME__'
icon-class: fas fa-2x fa-envelope
relationship-attribute: 'nofollow'