-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path_quarto.yml
41 lines (36 loc) · 989 Bytes
/
_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
project:
type: website
website:
title: "Apache Arrow in R"
site-url: https://arrow-user2022.netlify.app
repo-url: https://github.com/djnavarro/arrow-user2022
open-graph: true
twitter-card:
creator: "@djnavarro"
card-style: summary_large_image
image: "http://arrow-user2022.netlify.app/img/social-media-image.png"
navbar:
background: primary
left:
- href: index.qmd
text: Home
- text: Tutorial
menu:
- href: packages-and-data.html
text: "0: Packages and Data"
- href: hello-arrow.html
text: "1: Hello Arrow"
- href: data-wrangling.html
text: "2: Data Wrangling"
- href: data-storage.html
text: "3: Data Storage"
- href: advanced.html
text: "4: Advanced Arrow"
- href: slides.html
text: Slides
format:
html:
theme: cosmo
css: styles.css
toc: true
include-after-body: plausible.html