-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (43 loc) · 1.04 KB
/
Copy path_quarto.yml
File metadata and controls
45 lines (43 loc) · 1.04 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
project:
type: website
website:
title: "Zach Duey"
google-analytics: "G-317KRPWML8"
twitter-card: true
site-url: https://www.zduey.github.io
description: "Personal website for Zach Duey"
navbar:
right:
- href: about.qmd
text: About
- href: blog.qmd
text: Blog
- text: Projects
menu:
- text: Master's Thesis
href: https://zduey.github.io/revisiting-shapley-values
- icon: github
href: https://github.com/zduey
- icon: twitter
href: https://twitter.com/z_duey
- icon: linkedin
href: https://linkedin.com/in/zachduey
- icon: rss
href: index.xml
page-footer:
left: "Copyright 2023, Zach Duey"
right:
- icon: github
href: https://github.com/zduey
- icon: twitter
href: https://twitter.com/z_duey
- icon: linkedin
href: https://linkedin.com/in/zachduey
- icon: rss
href: index.xml
format:
html:
theme: flatly
css: styles.css
execute:
freeze: auto