-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (44 loc) · 1.07 KB
/
_quarto.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
project:
type: website
output-dir: docs
website:
title: "Kevin Baer"
favicon: media/kevinbaer_logo_4.png
navbar:
title: false
logo: media/kevinbaer_logo_4.png
logo-alt: "My name, Kevin Baer, written in a fancy logo font"
left:
- href: index.qmd
text: Home
- about.qmd
- text: 2024 Projects
menu:
- href: bdb24.qmd
text: (Big Data Bowl) Swarm Score
- href: cmsac24.qmd
text: (CMSAC) Digging Deeper
- href: nflpa24.qmd
text: (NFLPA Analytics Competition) Representing Football
right:
- href: /media/Baer_Kevin_Resume.pdf
text: Resume
target: _blank
- icon: linkedin
href: https://www.linkedin.com/in/kevinmbaer/
target: _blank
- icon: github
href: https://github.com/kevbaer
target: _blank
- icon: envelope
href: mailto:[email protected]
target: _blank
format:
html:
theme:
- yeti
- styles.scss
mainfont: Laila
toc: true
page-layout: full
editor: visual