-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
60 lines (53 loc) · 1.35 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
50
51
52
53
54
55
56
57
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!cv_old.qmd"
- "!pubs.qmd"
- "!test.qmd"
website:
title: "Jeffrey R. Stevens"
navbar:
right:
- href: index.qmd
text: Home
- text: Research
menu:
- href: cv.qmd
text: CV
- href: publications.qmd
text: Publications
- href: people.qmd
text: People
- href: software.qmd
text: "R Resources"
- href: blog.qmd
text: Blog
- icon: rss
href: blog.xml
google-analytics:
tracking-id: "G-1P6FW90MJL"
anonymize-ip: true
cookie-consent: true
site-url: https://jeffreyrstevens.github.io/
description: "Jeff Stevens' blog"
page-footer:
background: light
left: "© 2025 Jeffrey R. Stevens. Powered by <a href='https://www.quarto.org'>Quarto</a>."
right:
- icon: mastodon
href: https://fediscience.org/@JeffreyRStevens
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/jeffreyrstevens.bsky.social
- icon: github
href: https://github.com/JeffreyRStevens
- icon: linkedin
href: https://www.linkedin.com/in/JeffreyRStevens/
- icon: envelope
href: mailto:[email protected]
format:
html:
theme: yeti
css: styles.css
toc: true