-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
122 lines (101 loc) · 2.67 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
# Site settings
title: Dimitris Giovanis
email: [email protected]
description: Academic webpage of Dimitris Giovanis
baseurl: ""
url: ""
# Google analytics ID: Remove or use your own!
#google_analytics: UA-167467135-1
#google_analytics_4: G-02KDGRRB2T
#google_tag_manager: GTM-TZ9Z7HZ
# Footer info
affiliation: >
Dimitris Giovanis<br/>
Assistant Research Professor<br/>
<a href="https://engineering.jhu.edu/case/" target="_blank">Department of Civil and Systems Engineering</a><br/>
Johns Hopkins University
location: >
<a href="https://www.google.com/search?client=safari&rls=en&q=Latrobe+hall+google+maps&ie=UTF-8&oe=UTF-8#" target="_blank">Latrobe Hall</a><br/>
Johns Hopkins University <br/>
3400 N. Charles St<br/>
Baltimore, MD 21218
contact: >
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Dimitris via email</a> <br/>
# <a href="/aboutwebsite.html"><i class="fa fa-github fa-1x"></i> Use this site as a template!</a>
# Pages shown in navbar
nav_pages:
- name: publications
- name: talks
- name: research
- name: software
- name: teaching
- name: Service
#- name: about
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
sass:
sass_dir: _sass
style: compressed
plugins: ['jekyll/scholar']
scholar:
last_name: Giovanis
first_name: [Dimitris]
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
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/