forked from sbryngelson/academic-website-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
95 lines (78 loc) · 1.9 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
# Site settings
title: Richard Feynman
email: [email protected]
description: Academic webpage of Dr. Richard Feynman
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: >
Richard Feynman<br/>
Professor of Physics<br/>
California Institute of Technology
location: >
California Institute of Technology<br/>
1200 E California Blvd<br/>
Pasadena, CA 91125
contact: >
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Richard 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: about
- name: publications
- name: talks
- name: research
- name: software
- name: team
- name: teaching
- name: blogs
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"
exclude:
- Gemfile
- Gemfile.lock
- update_boostrap.sh
- switch_theme.sh
- tags
- Rakefile