generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
49 lines (43 loc) · 968 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
39
40
41
42
43
44
45
46
47
48
project:
type: website
execute:
echo: true
warning: false
website:
title: "From R User to R Programmer"
navbar:
left:
- href: index.qmd
text: Home
- href: pre-reqs.qmd
text: Prerequisites
- href: schedule.qmd
text: Schedule
- text: Materials
menu:
- text: ---
- text: Functions
- text: ---
- text: "👋 & Functions Part 1"
href: 01-functions-01.qmd
target: "_blank"
- text: "Functions Part 2"
href: 02-functions-02.qmd
target: "_blank"
- text: ---
- text: Iteration
- text: ---
- text: "Iteration Part 1"
href: 03-iteration-01.qmd
target: "_blank"
- text: "Iteration Part 2"
href: 04-iteration-02.qmd
target: "_blank"
format:
html:
theme: cosmo
css: styles.css
toc: true
comments:
hypothesis: true
editor: visual