generated from nmfs-opensci/NOAA-quarto-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
89 lines (61 loc) · 1.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
project:
type: website
website:
page-navigation: true
title: "CIRES Lab Manual"
site-url: "https://ci-cmg.github.io/OceanAcoustics-LabManual/content/"
repo-url: "https://github.com/CI-CMG/OceanAcoustics-LabManual"
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://upload.wikimedia.org/wikipedia/commons/1/1b/CIRES_logo.svg"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://www.ncei.noaa.gov/products/water-column-sonar-data
text: "Water Column Sonar Data"
- icon: globe
href: https://www.ncei.noaa.gov/products/passive-acoustic-data
text: "Passive Acoustic Data"
style: "docked"
search: true
collapse-level: 1
contents:
- href: content/index.qmd
text: Home
contents:
- href: content/first_day.qmd
text: First Day Checklist
- href: content/Onboarding.qmd
text: New Employee Onboarding
- href: content/Data Overview.qmd
text: Overview of Ocean Acoustic Data
- href: content/Archives.qmd
text: Submitting Data
- href: content/Accessing Data.qmd
text: Guidance for Accessing Data
- href: content/Pipeline.qmd
text: Our Data Pipeline
- href: content/Internal SOPs.qmd
text: Internal SOPs
- href: content/cheatsheet.qmd
text: Cheat sheets
- href: content/About.qmd
text: Meet the team
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