forked from mit-acl/mit-acl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
104 lines (90 loc) · 1.78 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
site: Aerospace Controls Laboratory
collections:
pages:
output: true
permalink: /:name
projects:
output: true
permalink: /projects/:slug
members:
output: true
permalink: /people/:title
posts:
output: false
pinned_posts:
output: false
defaults:
-
scope:
path: ""
values:
layout: "default"
description: "The Aerospace Controls Lab @ MIT"
-
scope:
path: ""
type: "pages"
values:
featured_image: "/images/social.jpg"
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "projects"
values:
featured_image: "/images/social.jpg"
layout: "project"
- scope:
path: ""
type: "members"
values:
layout: "member"
portrait: "/images/members/default.png"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-scholar
paginate: 6
paginate_path: "/page:num/"
scholar:
use_raw_bibtex_entry: true
bibliography: ACL_Publications.bib
style: _bibliography/aiaa
bibliography_template: bib_link
bibliography_list_tag: ul
bibliography_item_tag: li
sort_by: year, month
order: descending
# group_by: type
bibliography_group_tag: 'h3,h4,h5'
missing_reference: ''
type_names:
article: "Articles"
incollections: "Collections"
periodical: "Periodicals"
type_aliases:
conference: inproceedings
proceedings: inproceedings
other: misc
inbook: incollections
online: misc
type_order: ['article', 'inproceedings', 'theses']
exclude:
- Gemfile
- Gemfile.lock
- README.md
- build_and_deploy.bash
- open_firefox.bash
- docker