-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
109 lines (88 loc) · 2.05 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
# Site settings
title: ROSA
email: [email protected]
description: Academic Webpage of the ROSA Lab at Virginia Tech
baseurl: ""
url: ""
# Google analytics ID: Uncomment and your own, if you like
# google_analytics: XX
# google_analytics_4: XXX
# google_tag_manager: XXX
# Footer info
affiliation: >
Dan Williams<br/>
Department of Computer Science<br/>
Virginia Tech
location: >
Virginia Polytechnic Institute and State University<br/>
Gilbert Place 4215<br/>
Blacksburg<br/>
Virginia, 24060
contact: >
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Dr. Williams via email</a> <br/>
<a href="https://github.com/sbryngelson/academic-website-template"><i class="fa fa-github fa-1x"></i> Use this site as a template!</a>
# Pages shown in navbar
nav_pages:
- name: team
- name: publications
- name: research
# - name: teaching
# - name: talks
- name: posts
# - 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: Doe
first_name: [John]
style: citesty
locale: en
source: /assets/
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"
milo_craun:
name: Milo Craun
email: [email protected]
exclude:
- Gemfile
- Gemfile.lock
- update_boostrap.sh
- switch_theme.sh
- tags
- Rakefile
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"