generated from allisonhorst/meds-distill-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
41 lines (37 loc) · 1.02 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
project:
type: website
render:
- "*.qmd"
- "!code/"
website:
title: "EDS214 - Analytical Workflows and Scientific Reproducibility"
navbar:
right:
- text: "Home"
href: index.html
- text: "Daily Materials"
menu:
- text: "Day 1: Reproducible & collaborative workflows"
href: day_1.html
- text: "Day 2: Working on a remote server"
href: day_2.html
- text: "Day 3: Getting data in a programmatic way"
href: day_3.html
- text: "Day 4: Being reproducible: Tools and Practices"
href: day_4.html
- text: "Day 5: Reproducible for all"
href: day_5.html
- text: "Group project"
href: group_project.html
- text: "Resources"
href: resources.html
tools:
- icon: github
href: https://github.com/brunj7/EDS-214-analytical-workflows
format:
html:
theme:
- cosmo
- medsstyles.scss
toc: true
include-after-body: _footer.html