-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
92 lines (73 loc) · 1.62 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
# Site settings
title: Tianyi Chen
email: [email protected]
description: Academic webpage of Tianyi Chen
baseurl: ""
url: ""
# Footer info
affiliation: >
Tianyi Chen<br/>
PhD Candidate<br/>
<a href="https://www.bu.edu/cs/research/" target="_blank">Computer Science</a><br/>
Boston University
location: >
Room 105A <br/>
111 Cummington Mall<br/>
Boston, MA, 02134
contact: >
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Tianyi via email</a> <br/>
# Pages shown in navbar
nav_pages:
- name: about
- name: publications
# - name: talks
# - name: research
# - name: software
# - name: team
# - name: teaching
include:
- .htaccess
- _pages
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
parse_block_html: true # default for kramdown is false. This will enable using Markdown links
plugins: ['jekyll/scholar']
scholar:
last_name: Chen
first_name: [Tianyi]
style: shb
locale: en
source: /cv/
bibliography: ref.bib
bibliography_template: bibtemplate
sort_by: year, month
order: descending
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
bibliography_list_attributes:
reversed: "reversed"
exclude:
- Gemfile
- Gemfile.lock
- update_boostrap.sh
- switch_theme.sh
- tags
- Rakefile