forked from twinters/dtai-personal-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
103 lines (85 loc) · 3.14 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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
first_name: Robin
last_name: Manhaeve
email: [email protected]
description: > # this means to ignore newlines until "url:"
KU Leuven postdoctoral researcher at the DTAI research group.
footer_text: > # Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
<a href="https://dtai.cs.kuleuven.be/" target="_blank">DTAI</a>.
<a href="https://www.kuleuven.be/kuleuven/" target="_blank">KU Leuven</a>.
show_news: false
show_address: true
url: https://people.cs.kuleuven.be
baseurl: /~robin.manhaeve
last_updated: # leave blank if you don't want to display last updated
# -----------------------------------------------------------------------------
# KU Leuven integration
# -----------------------------------------------------------------------------
ku_leuven_personnel_number: "0117389"
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: rmanhaeve
twitter_username: ManhaeveRobin
linkedin_username: # your LinkedIn user name
scholar_userid: pQht1BIAAAAJ
orcid_id: 0000-0001-9907-7486
medium_username: # your Medium username
quora_username: # your Quora username
contact_note:
google_analytics: UA-XXXXXXXXX # out your google-analytics code
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
news:
defaults:
layout: post
output: false
permalink: /news/:path/
projects:
output: false
permalink: /projects/:path/
news_limit: 5
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: rouge #pygments
# Includes & excludes
include: ['_pages']
exclude: [vendor, bin, oldpages]
# Plug-ins
plugins:
- jekyll-email-protect
- jekyll-paginate
- jekyll/scholar
- jemoji
# -----------------------------------------------------------------------------
# Scholar settings
# -----------------------------------------------------------------------------
use_scholar: false # Set this to true if you want to use jekyll-scholar instead of Lirias.
scholar:
sort_by: year, month
last_name: Manhaeve # Your last name, this enables underlining your name in your publications
order: descending
bibliography_template: bib
bibtex_skip_fields:
- abstract
- month_numeric
- code
- pdf
- supp
- slides
- poster
- arxiv
- video
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.9.0"
anchorjs_version: "3.2.2"