-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
50 lines (47 loc) · 1.22 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
project:
type: website
output-dir: docs
website:
title: "What's new in the tidyverse"
site-url: "https://ivelasq.github.io/2023-03-22_whats-new-in-the-tidyverse"
description: "Talk for R-Ladies Rome"
twitter-card:
title: "What's new in the tidyverse"
description: "Talk for R-Ladies Rome"
image: profile2.png
creator: "@ivelasq3"
site: "@ivelasq3"
open-graph:
title: "What's new in the tidyverse"
description: "2023-03-22 R-Ladies Rome Presentation"
image: profile2.png
navbar:
pinned: true
right:
- text: "Home"
file: index.qmd
- text: "About"
file: about.qmd
- icon: github
href: https://github.com/ivelasq/2023-03-22_whats-new-in-the-tidyverse
- icon: twitter
href: https://twitter.com/ivelasq3
page-footer:
right:
- icon: github
href: https://github.com/ivelasq/2023-03-22_whats-new-in-the-tidyverse
- icon: twitter
href: https://twitter.com/ivelasq3
left:
- file: colophon.qmd
format:
html:
theme: [litera, styles.scss]
highlight-style: tango
code-copy: true
code-overflow: wrap
code-link: true
resources: profile2.png
editor: source
execute:
freeze: auto