forked from sbryngelson/academic-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
106 lines (88 loc) · 2.31 KB
/
_config.yml
File metadata and controls
106 lines (88 loc) · 2.31 KB
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
# Site settings
title: Owen Arden
email: owen@soe.ucsc.edu
description: Owen Arden's Academic Home Page
baseurl: "/home" # the subpath of your site, e.g. /blog/
url: "https://owenarden.github.io" # the base hostname & protocol for your site
# 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: >
Prof. Owen Arden<br/>
Associate Professor<br/>
<a href="https://engineering.ucsc.edu/departments/computer-science-and-engineering" target="_blank">Computer Science and Engineering</a><br/>
UC Santa Cruz
location: >
<a href="https://maps.ucsc.edu/?ASSETNUM=7940" target="_blank">E2-349A</a> (Engineering 2)<br/>
UC Santa Cruz<br/>
MS: SOE3<br/>
1156 High Street<br/>
Santa Cruz, CA 95062
contact: >
<a href="mailto:owenarden@ucsc.edu" target="_blank"><i class="fa fa-envelope fa-1x"></i>Contact Owen via email</a> <br/>
<a href="https://book.morgen.so/owen" target="_blank"><i class="fa fa-calendar fa-1x"></i>Schedule appointment</a> <br/>
# Pages shown in navbar
nav_pages:
- name: about
- name: publications
# - name: talks
# - name: research
# - name: software
# - name: team
- name: service
- 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: Arden
first_name: [Owen]
style: shb
locale: en
source: /cv/
bibliography: arden.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
bibtex_skip_fields:
- file
- abstract
- blurb
- awards
- talkurl
- keywords
query: "@*"
bibliography_list_attributes:
reversed: "reversed"
exclude:
- Gemfile
- Gemfile.lock
- update_boostrap.sh
- switch_theme.sh
- tags
- Rakefile