-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
113 lines (91 loc) · 2.45 KB
/
_config.yml
File metadata and controls
113 lines (91 loc) · 2.45 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
107
108
109
110
111
112
113
# Site settings
title: Computational Physics @ GT
yourname: Spencer H. Bryngelson
email: shb@gatech.edu
description: Computational Physics Group at Georgia Tech CSE
baseurl: ""
url: ""
exturl: "https://comp-physics.group"
# Google analytics ID: Remove or use your own!
google_analytics: UA-167467135-1
google_analytics_4: G-BKG8WP924R
google_tag_manager: GTM-5KBZDTG
# Footer info
about: >
<a href="https://cse.gatech.edu/" target="_blank" rel="noopener noreferrer">School of CSE</a><br/>
<a href="https://cc.gatech.edu/" target="_blank" rel="noopener noreferrer">College of Computing</a><br/>
Georgia Tech
coordinates: >
<br/>
<img src='/images/logopic/logo3.png' width=90% title='This logo was designed by Sydney Bryngelson!'>
# coordinates: >
# CODA<br/>
# 756 W Peachtree St<br/>
# Atlanta, GA 30332
information: >
<a href="mailto:shb@gatech.edu" target="_blank" rel="noopener noreferrer"><i class="fa fa-envelope fa-1x"></i> Email Spencer</a> <br/>
<a href="/vacancies.html"><i class="fa fa-users fa-1x"></i> Explore openings</a> <br/>
<a href="https://github.com/sbryngelson/academic-website-template" target="_blank" rel="noopener noreferrer"><i class="fab fa-github fa-1x"></i> Site template</a>
# Pages shown in navbar
nav_pages:
- name: team
- name: research
- name: papers
- name: teaching
- name: software
display: MFC
# - name: hardware
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
- jekyll-seo-tag
scholar:
last_name: Bryngelson
first_name: [Spencer H.]
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
- tags
- Rakefile
- LICENSE
- .DS_Store
- jekcheck.sh
- node_modules
- package.json
- package-lock.json
- docs