generated from nmfs-opensci/NOAA-quarto-simple
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
146 lines (135 loc) · 4.36 KB
/
_quarto.yml
File metadata and controls
146 lines (135 loc) · 4.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
project:
type: website
output-dir: _site
website:
page-navigation: true
title: "Open Sciences for NOAA Fisheries PAM"
site-url: "https://nmfs-ost.github.io/PAM-OpenScience/"
repo-url: "https://github.com/nmfs-ost/PAM-OpenScience"
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"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://nmfs-ost.github.io/PAM_National_Network/
text: "National PAM Page"
- icon: github
href: https://github.com/nmfs-ost/PAM-OpenScience
text: "PAM Open Science"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: content/knowledge.qmd
text: Sharing Knowledge
contents:
- content/Stack-Exchange.qmd
- content/Zotero.qmd
- section: content/coworking.qmd
text: Co-Working
contents:
- content/CoWorkMeetings.qmd
- content/writersWorkshop.qmd
- content/journalClub.qmd
- content/openscapes.qmd
# - section: content/pathway.qmd
# text: Finding Your Path
# contents:
# - content/pathway-workflow.qmd
# - content/pathway-decision.qmd
# - content/pathway-path.qmd
- section: content/labManual.qmd
text: Lab Manual
contents:
- content/gettingStarted.qmd
- content/organizeYml.qmd
- content/createContent.qmd
- section: content/gitCollaborate.qmd
text: Github Collaboration
contents:
- content/issues.qmd
- content/gitProject.qmd
- content/gitDiscussions.qmd
# - text: "Open Science Discussions"
# href: https://github.com/SAEL-SWFSC/OpenScience/discussions
- section: content/organization.qmd
text: Team Organization
contents:
- content/gitOrgs.qmd
- content/gitProject.qmd
- content/gitDiscussions.qmd
- section: content/researchCompendium.qmd
text: Research Compendium
contents:
- content/createCompendium.qmd
# - section: "Working with Quarto"
# contents:
# - content/websiteBuild.qmd
# - content/tables.qmd
- href: content/resources.qmd
text: Resources
- href: https://github.com/SAEL-SWFSC/OpenScience/discussions
text: Discussion Board
# - section: content/knowledge.qmd
# text: Sharing Knowledge
# contents:
# - content/Stack-Exchange.qmd
# - content/Zotero.qmd
# - section: content/coworking.qmd
# text: Co-Working
# contents:
# - content/writersWorkshop.qmd
# - content/journalClub.qmd
# - section: content/openscapes.qmd
# text: Openscapes
# contents:
# - section: content/labManual.qmd
# text: Lab Manual
# contents:
# - content/gettingStarted.qmd
# - content/organizeYml.qmd
# - content/createContent.qmd
# - content/gitCollaborate.qmd
# # - content/issues.qmd
# # - content/gitProject.qmd
# # - content/gitDiscussions.qmd
# - section: content/organization.qmd
# text: Team Organization
# contents:
# - content/gitOrgs.qmd
# - content/gitProject.qmd
# - content/gitDiscussions.qmd
# - section: content/researchCompendium.qmd
# text: Research Compendium
# contents:
# - content/createCompendium.qmd
# # - section: "Working with Quarto"
# # contents:
# # - content/websiteBuild.qmd
# # - content/tables.qmd
# - href: content/resources.qmd
# text: Resources
resources:
- output/*.drawio
- output/*.svg
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