-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
53 lines (47 loc) · 1.09 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
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 1 (advanced)"
href: 01-functions-01-advanced.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
from: markdown+emoji
css: styles.scss
toc: true
comments:
hypothesis: true
editor: visual