generated from nmfs-ost/PAM_template_lab_manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
90 lines (81 loc) · 2.83 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
90
project:
type: website
website:
page-navigation: true
title: "NOAA quarto simple"
site-url: "https://nefsc.github.io/NEFSC_PAB_lab_manual/"
repo-url: "https://github.com/NEFSC/NEFSC_PAB_lab_manual"
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/7/79/NOAA_logo.svg"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://www.fisheries.noaa.gov/new-england-mid-atlantic/endangered-species-conservation/passive-acoustic-research-northeast
text: "NEFSC Passive Acoustic Branch
- icon: github
href: https://github.com/NEFSC/NEFSC_PAB_lab_manual
text: "NEFSC Lab Manual Repo"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: content/LabManagement/LabManagement.qmd # this is the example that shows how to get a landing page
contents:
- href: content/LabManagement/Safety.qmd
text: Safety
- href: content/LabManagement/Inventory.qmd
text: Inventory
- href: content/Hardware/Hardware.qmd
text: Hardware
- href: content/FieldMethods/FieldMethods.qmd
text: "Field Methods"
- href: content/DataManagement/DataManagement.qmd
text: Data Management
- href: content/Hardware/Hardware.qmd
text: Hardware
- section: content//SoftwareAnalysis/SoftwareAnalysis.qmd
# text: "Software & Analysis"
contents:
- content/Software.qmd
- content/AnalysisMethods.qmd
- href: content/Reporting/Reporting.qmd
text: Reporting
- section: "Optional Pages"
contents:
- content/SharedValues.qmd
- content/Onboarding.qmd
- content/Offboarding.qmd
- content/FieldMethods.qmd
- content/OpenScience.qmd
- content/PublicationsPresentations.qmd
- content/Resources.qmd
- section: "NMFS Open Science Directions"
contents:
- content/NMFS_OpenSciDirections/Intro.qmd
- content/NMFS_OpenSciDirections/add-content.qmd
- content/NMFS_OpenSciDirections/customizing.qmd
- content/NMFS_OpenSciDirections/rendering.qmd
- content/NMFS_OpenSciDirections/rmarkdown.Rmd
- content/NMFS_OpenSciDirections/code.qmd
- content/NMFS_OpenSciDirections/acknowledgements.qmd
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