-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
187 lines (170 loc) · 5.56 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# Fuse Core Theme for Jekyll - Settings
# https://github.com/tsjensen/fuse-core
markdown: kramdown
permalink: pretty
exclude: ['README.*', 'LICENSE.txt']
sass:
style: expanded
# CAUTION
# When modifying this file, take care to preserve the indentation. This is YAML ...
# Main Headline, name required, subtitle optional
name: Derek Anderson
#subtitle:
subtitle: Postdoc research associate in High Energy Nuclear Physics
# Title attribute of HTML Page, uses 'name' from above if empty
title: Fuse Core
# Information for web crawlers / Google, all of them optional
# 'description' and 'keywords' simply set the corresponding meta tags,
# 'crawl' is the 'Robots' tag http://www.robotstxt.org/meta.html
robots:
description: Derek Anderson's personal page.
keywords: QCD, Nuclear Physics
crawl: index,follow
# website address when deployed, also given as canonical link
url: https://ruse-traveler.github.io
# The 'baseurl' is prepended to all website-internal links.
# 'baseurl' will often be '', but for a project page on gh-pages, it needs to be the project name.
# If not empty, be careful to keep the leading slash, and don't add a slash at the end.
#baseurl: ''
baseurl: ''
# Enable Google Analytics. Leave empty (just "ga:" with subitems commented out) to disable.
# In order to comply with EU cookie law, enable 'cookieconsent' to show a little popup asking users to acknowledge the GA cookies.
# Also, some places require you to anonymize the users' IPs, which can be enabled via 'anonymizeip' below. You normally want that.
# https://support.google.com/analytics/answer/2763052
#ga:
ga:
account: ''
cookieconsent: true
anonymizeip: true
# Plausible.io Analytics (alternative to Google Analytics that does not need cookies -> no cookie consent required)
# A config setting is required in plausible to enable tracking of the outbound links. Details described here:
# https://plausible.io/docs/outbound-link-click-tracking
# Leave empty (just "plausible:" with subitems commented out) to disable.
#plausible:
plausible:
domain: ''
# A picture of you, square(!), at least 180x180 pixels, more is better. Recommended file size < 100 KB.
# Leave empty for generic placeholder image.
# You can use your GitHub image:
avatar: "https://avatars0.githubusercontent.com/u/8897534"
#avatar: "images/jonathan_doe.jpg"
#avatar:
# All the social media and other sites that we want to link to. The 'show' flag determines if the link is shown.
# The order of this list controls the order of the links on the page. Feel free to add.
links:
- xing:
name: Xing
show: false
href: https://www.xing.com/profile/YOUR_XING_USERNAME/
icon: fab fa-xing
- linkedin:
name: LinkedIn
show: false
href: https://linkedin.com/in/YOUR_LINKEDIN_USERNAME/
icon: fab fa-linkedin
- googleplus:
name: Google+
show: false
href: https://plus.google.com/+YOUR_GOOGLEPLUS_USERNAME
icon: fab fa-google-plus
- twitter:
name: Twitter
show: false
href: https://twitter.com/YOUR_TWITTER_USERNAME
icon: fab fa-twitter
- weibo:
name: 微博
show: false
href: https://weibo.com/YOUR_WEIBO_USERNAME
icon: fab fa-weibo
- vine:
name: Vine
show: false
href: https://vine.co/YOUR_VINE_USERNAME
icon: fab fa-vine
- facebook:
name: Facebook
show: false
href: https://facebook.com/YOUR_FB_USERNAME
icon: fab fa-facebook
- vkontakte:
name: ВКонтакте
show: false
href: https://vk.com/YOUR_VK_USERNAME
icon: fab fa-vk
- instagram:
name: Instagram
show: false
href: https://instagram.com/YOUR_INSTAGRAM_USERNAME
icon: fab fa-instagram
- flickr:
name: Flickr
show: false
href: https://flickr.com/photos/YOUR_FLICKR_USERNAME
icon: fab fa-flickr
- steam:
name: Steam
show: false
href: http://steamcommunity.com/id/YOUR_STEAM_CUSTOM_ID
icon: fab fa-steam
- soundcloud:
name: Soundcloud
show: false
href: https://soundcloud.com/YOUR_SOUNDCLOUD_USERNAME
icon: fab fa-soundcloud
- lastfm:
name: Last.fm
show: false
href: http://www.last.fm/user/YOUR_LASTFM_USERNAME
icon: fab fa-lastfm
- github:
name: GitHub
show: true
href: https://github.com/ruse-traveler
icon: fab fa-github
- codepen:
name: CodePen
show: false
href: https://codepen.io/YOUR_CODEPEN_USERNAME
icon: fab fa-codepen
- stackoverflow:
name: Stack Overflow
show: false
href: https://stackoverflow.com/users/YOUR_SO_USERNAME/
icon: fab fa-stack-overflow
- reddit:
name: Reddit
show: false
href: https://reddit.com/user/YOUR_REDDIT_USERNAME
icon: fab fa-reddit
- medium:
name: Medium
show: false
href: https://medium.com/@YOUR_MEDIUM_USERNAME
icon: fab fa-medium
- tumblr:
name: Tumblr
show: false
href: https://YOUR_TUMBLR_USERNAME.tumblr.com/
icon: fab fa-tumblr
- blog:
name: Blog
show: false
href: http://host.domain/your_blog
icon: fas fa-book-open
- email:
name: Email
show: true
href: mailto:[email protected]
icon: fas fa-envelope
- publickey:
name: PGP Key
show: false
href: https://pastebin.com/raw/YOUR_PUBLIC_KEY
icon: fas fa-key
# Extra HTML which will be displayed below the links. Keep it short. Leave empty to disable.
#extra_html:
extra_html: >
Any (multiline) text containing simple HTML,
such as links or ... lorem ipsum.
#EOF