-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (47 loc) · 1.13 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: "Joel Riphagen"
site-url: "https://joelriphagen.net"
description: "Explorations in data and policy from Sacramento, CA"
favicon: images/RClogoOnly.png
navbar:
title: Joel Riphagen
logo: images/RClogoWhiteBorder.png
right:
- href: index.qmd
text: home
- href: about.qmd
text: resume
- href: posts.qmd
text: blog
- href: projects.qmd
text: projects
page-footer:
background: light
right:
- icon: linkedin
href: https://www.linkedin.com/in/joelriphagen/
aria-label: "LinkedIn"
- icon: twitter
href: https://twitter.com/joelrip
aria-label: "Twitter"
- icon: github
href: https://github.com/joelrip
aria-label: "Github"
- icon: envelope-fill
href: mailto:[email protected]
aria-label: "Email me"
- icon: rss
href: posts.xml
aria-label: "RSS feed"
format:
html:
theme: flatly
# - defaultstyle.scss
# light: flatly
# dark: darkly
linkcolor: black
css: styles.css
toc: true