-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
47 lines (44 loc) · 1.01 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
project:
type: website
website:
site-url: https://pydatavolley.openvolley.org
page-navigation: true
title: "openvolley - Data analysis in R and Python"
page-footer:
left: |
Written by Tyler Widdison
navbar:
logo: https://avatars.slack-edge.com/2021-01-31/1719076279312_f2c733e323dab6cfc11b_88.png
right:
- icon: github
href: https://github.com/openvolley
aria-label: GitHub
sidebar:
style: "docked"
search: true
pinned: true
collapse-level: 1
contents:
- section: index.qmd
- section: "Basics"
contents:
- tools.qmd
- install_packages.qmd
- reading_files.qmd
- section: Data wrangling
contents:
- selecting.qmd
- filtering.qmd
- additions.qmd
- section: Heatmaps
contents:
- heatmaps.qmd
format:
html:
theme:
- cosmo
- pydv.scss
toc: true
code-fold: show
code-link: true
author-meta: "Tyler Widdison"