-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
126 lines (100 loc) · 2.42 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
title: Robotics Group @ University of Montreal
repository: montrealrobotics/montrealrobotics.github.io
name: Robotics Group @ University of Montreal
description: The Robotics and Embodied AI Lab @ U de Montreal
url: https://montrealrobotics.github.io
exclude: [bibble, README.md, Makefile, screenshot.png, vendor]
# colorize code snippets with the pygments module
highlighter: rouge
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Sections on the "people" page.
roles:
- key: faculty
name: Faculty
- key: staff
name: Staff
- key: developer
name: Software Developers
- key: postdoc
name: Postdocs
- key: masters
name: Master's Students
- key: phd
name: PhD Students
- key: intern
name: Undergraduate Researchers and Interns
- key: postdoc-alum
name: Past Postocs
- key: phd-alum
name: Past PhD Students
- key: masters-alum
name: Past Master's Students
- key: intern-alum
name: Past Undergraduate Researchers and Interns
- key: visitor
name: Visiting Students and Faculty
includes_dir: website-assets/_includes
layouts_dir: website-assets/_layouts
sass:
sass_dir: website-assets/_sass
asset_dir: /website-assets/assets
# Number of news stories on the front page.
front_page_news: 8
# Number of old projects on the front page
front_page_old_projects: 4
# Base pathname for links.
base: ""
baseurl: ""
# make pages for the _projects folder
collections:
projects:
output: true
events:
output: true
# Navigation bar links.
navigation:
- title: Home
link: /
- title: People
link: /people.html
- title: Research
link: /research.html
# - title: Publications
# link: /publications/
- title: Events
link: /events.html
- title: Contact
link: /contact.html
- title: Blog
link: /blog.html
# Includes
include: ['_pages']
plugins:
- jekyll-paginate
- ['jekyll/scholar']
- jemoji
# Build settings
markdown: kramdown
highlighter: pygments
# Jekyll-Scholar
scholar:
style: apa
locale: en
sort_by: year
order: descending
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
jquery_version: "1.12.4"
katex_version: "0.7.1"
anchorjs_version: "3.2.2"
plugins:
- jekyll-multiple-languages-plugin
languages: ["en", "fr"]