-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (57 loc) · 1.66 KB
/
_quarto.yml
File metadata and controls
67 lines (57 loc) · 1.66 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project:
type: website
website:
page-navigation: true
title: "Workflows workshop"
site-url: "https://nmfs-ost.github.io/workflows-workshop/"
repo-url: "https://github.com/nmfs-ost/workflows-workshop"
repo-actions: [edit, source, issue]
# favicon: images/favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-1.0"
sidebar:
background: "#D9E3E4"
# logo: "https://raw.githubusercontent.com/nmfs-opensci/assets/main/logo/nmfs-opensci-logo3.png"
pinned: true
align: center
tools:
- icon: globe
href: https://nmfs-ost.github.io/workflows-workshop/
text: "Workshop home"
- icon: github
href: https://github.com/nmfs-ost/workflows-workshop
text: "Workshop GitHub"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: "Home"
- href: agenda.qmd
text: "Agenda"
- href: resources/terminology.md
text: "Terminology"
- href: resources/good_practices.qmd
text: "Good data science practices"
- href: resources/checklist.qmd
text: "Pre-workshop checklist"
- href: Curriculum/Day_1/day_1.qmd
text: "Day 1: General"
- href: Curriculum/Day_2/day_2.qmd
text: "Day 2: asar"
- href: Curriculum/Day_3/day_3.qmd
text: "Day 3: stockplotr + asar"
- href: Curriculum/nsaw.qmd
text: "NSAW workshop"
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto