-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
114 lines (92 loc) · 2.8 KB
/
Copy path_config.yml
File metadata and controls
114 lines (92 loc) · 2.8 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
114
# Site settings
title: Computational Physics Group
yourname: Spencer H. Bryngelson
email: shb@utexas.edu
description: Computational Physics Group
baseurl: ""
url: "https://comp-physics.group"
# Google analytics ID: Remove or use your own!
google_analytics_4: G-BKG8WP924R
google_tag_manager: GTM-5KBZDTG
# Footer info
about: >
<a href="https://www.me.utexas.edu/" target="_blank" rel="noopener noreferrer">Walker Dept. of Mech. Eng.</a><br/>
<a href="https://oden.utexas.edu/" target="_blank" rel="noopener noreferrer">Oden Institute</a><br/>
UT Austin
coordinates: >
<br/>
<img src='/images/logopic/logo3.png' width=90% alt='Computational Physics Group logo' title='This logo was designed by Sydney Bryngelson!'>
information: >
<a href="mailto:shb@utexas.edu" target="_blank" rel="noopener noreferrer"><svg class="icon" aria-hidden="true" focusable="false"><use href="#i-envelope"/></svg> Email Spencer</a> <br/>
<a href="https://github.com/sbryngelson/academic-website-template" target="_blank" rel="noopener noreferrer"><svg class="icon" aria-hidden="true" focusable="false"><use href="#i-github"/></svg> Site template</a>
# Pages shown in navbar
nav_pages:
- name: team
- name: research
- name: papers
- name: teaching
- name: software
display: MFC
include:
- .htaccess
- _pages
# Conversion
markdown: kramdown
highlighter: rouge
# Only emit assets/main.css.map for local builds. In production it was a 430 KB
# file -- larger than the CSS itself -- embedding the full text of every Sass
# source via sourcesContent. CI sets JEKYLL_ENV=production; a bare `jekyll build`
# or `jekyll serve` defaults to development, so local debugging is unaffected.
sass:
sourcemap: development
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: 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
query: "@*"
bibliography_list_attributes:
reversed: "reversed"
exclude:
- Gemfile
- Gemfile.lock
- tags
- LICENSE
- .DS_Store
- script
# LaTeX build artifacts in cv/. These are gitignored, so they exist only on a
# local machine and would otherwise be copied into _site and served publicly.
- cv/*.aux
- cv/*.bbl
- cv/*.blg
- cv/*.fdb_latexmk
- cv/*.fls
- cv/*.log
- cv/*.out
- cv/*.run.xml
- cv/*.synctex.gz
- cv/*.toc
- cv/*-blx.bib