-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
35 lines (29 loc) · 756 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
project:
type: website
website:
title: "Integrating SQL into R analytical workflows using duckDB & dbplyr"
navbar:
left:
- href: index.qmd
text: Home
- href: hands-on.qmd
text: Hands-on
- href: about.qmd
text: "About RDS"
tools:
- icon: github
menu:
- text: Website Code
url: https://github.com/UCSB-Library-Research-Data-Services/rds-intro-database-r
- text: Report an issue
url: https://github.com/UCSB-Library-Research-Data-Services/rds-intro-database-r/issues
format:
html:
theme:
- spacelab
- rdsstyles.scss
css: styles.css
toc: true
include-after-body: footer.html
execute:
freeze: auto