8
8
9
9
# Basic Site Settings
10
10
locale : " en-US"
11
+ site_theme : " default"
11
12
title : " Stéphanie Tramontin Shinoki"
12
13
title_separator : " -"
13
14
name : &name "Stéphanie T. Shinoki"
@@ -38,6 +39,7 @@ author:
38
39
semantic : # URL
39
40
pubmed : # "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
40
41
researchgate : # URL
42
+ scopus : # URL
41
43
42
44
# Repositories and software development
43
45
bitbucket : # Username - Update with your username on the site
@@ -71,16 +73,24 @@ author:
71
73
wikipedia : # Username
72
74
xing : # Username
73
75
youtube : # Username
74
- zhihu : # URL
76
+ zhihu : # Username
75
77
78
+ # Publication Category - The following the list of publication categories and their headings
79
+ publication_category :
80
+ books :
81
+ title : ' Books'
82
+ manuscripts :
83
+ title : ' Journal Articles'
84
+ conferences :
85
+ title : ' Conference Papers'
76
86
77
87
# Site Settings
78
88
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
79
89
breadcrumbs : false # true, false (default)
80
90
words_per_minute : 160
81
91
future : true
82
92
read_more : " disabled" # if enabled, adds "Read more" links to excerpts
83
- talkmap_link : false # change to true to add link to talkmap on talks page
93
+ talkmap_link : false # change to true to add link to talkmap on talks page
84
94
comments :
85
95
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
86
96
disqus :
@@ -152,23 +162,26 @@ exclude:
152
162
- " *.sublime-workspace"
153
163
- .asset-cache
154
164
- .bundle
165
+ - .github
155
166
- .jekyll-assets-cache
156
167
- .sass-cache
157
- - CHANGELOG
158
- - Capfile
159
- - Gemfile
160
- - Gruntfile.js
161
- - LICENSE
162
- - README
163
- - Rakefile
164
168
- assets/js/_main.js
165
169
- assets/js/plugins
166
170
- assets/js/vendor
171
+ - CHANGELOG
172
+ - Capfile
167
173
- config
174
+ - Dockerfile
175
+ - Gemfile
176
+ - Gruntfile.js
168
177
- gulpfile.js
178
+ - LICENSE
179
+ - local
169
180
- log
170
181
- node_modules
171
- - package.json
182
+ - package.json*
183
+ - Rakefile
184
+ - README
172
185
- tmp
173
186
- vendor
174
187
keep_files :
@@ -198,7 +211,7 @@ kramdown:
198
211
enable_coderay : false
199
212
200
213
201
- # Collections
214
+ # These settings control the types of collections used by the template
202
215
collections :
203
216
teaching :
204
217
output : true
@@ -217,7 +230,7 @@ collections:
217
230
permalink : /:collection/:path/
218
231
219
232
220
- # Defaults
233
+ # These settings control how pages and collections are included in the site
221
234
defaults :
222
235
# _posts
223
236
- scope :
@@ -298,17 +311,20 @@ timezone: America/Sao_Paulo # http://en.wikipedia.org/wiki/List_of_tz_database_t
298
311
299
312
# Plugins
300
313
plugins :
314
+ - jekyll-feed
315
+ - jekyll-gist
301
316
- jekyll-paginate
302
317
- jekyll-sitemap
303
- - jekyll-gist
304
- - jekyll-feed
305
318
- jekyll-redirect-from
306
- # mimic GitHub Pages with --safe
319
+ - jemoji
320
+
321
+ # Mimic GitHub Pages with --safe
307
322
whitelist :
323
+ - jekyll-feed
324
+ - jekyll-gist
308
325
- jekyll-paginate
309
326
- jekyll-sitemap
310
- - jekyll-gist
311
- - jekyll-feed
327
+ - jekyll-redirect-from
312
328
- jemoji
313
329
314
330
0 commit comments