-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
52 lines (51 loc) · 1.6 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
output-dir: docs
website:
title: "R Workshop"
site-url: https://osu-codeclub.github.io/carpentries-feb-2025/
repo-url: https://github.com/osu-codeclub/carpentries-feb-2025
page-navigation: true
back-to-top-navigation: true
navbar:
left:
- text: "0: Installation"
href: 0_setup.qmd
- text: "1: Intro"
href: 1_intro.qmd
- text: "2: Data Structures"
href: 2_data-structures.qmd
- text: "3: Data Manipulation"
href: 3_dplyr.qmd
- text: "4: Data Visualization"
href: 4_ggplot.qmd
right:
- text: To learn more
menu:
- text: OSU Code Club {{< fa external-link >}}
href: https://osu-codeclub.github.io
- text: Sister workshop on Version Control with Git {{< fa external-link >}}
href: https://library.osu.edu/events/version-control-with-git-virtual-event-0
- text: OSU Research Commons {{< fa external-link >}}
href: https://library.osu.edu/researchcommons
- text: The Carpentries {{< fa external-link >}}
href: https://carpentries.org
- text: About
href: about.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/osu-codeclub/carpentries-feb-2025
- text: Report an Issue
url: https://github.com/osu-codeclub/carpentries-feb-2025/issues/new?template=Blank+issue
format:
html:
theme: yeti
highlight-style: atom-one
css: styles.css
toc: true
number-sections: true
number-depth: 3
grid:
body-width: 800px