-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
87 lines (78 loc) · 2.47 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
project:
type: website
website:
page-navigation: true
title: "NMFS Openscapes"
site-url: "https://nmfs-openscapes.github.io"
repo-url: https://github.com/nmfs-openscapes/nmfs-openscapes.github.io
repo-actions: [edit, source, issue]
favicon: images/openscapes_hex.png
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2024"
sidebar:
background: "#D9E3E4"
logo: "images/logo-transparent-crop.png"
favicon: images/openscapes_hex.png
pinned: true
align: center
tools:
- icon: globe
href: https://openscapes.org
text: "Openscapes.org"
- icon: github
href: https://github.com/nmfs-openscapes
text: "NMFS Openscapes"
- icon: mastodon
href: https://fosstodon.org/@openscapes
text: "Openscapes Mastodon"
# bluesky icon not yet available (in my installation)
# - icon: bluesky
# href: https://bsky.app/profile/openscapes.bsky.social
# text: "Openscapes Bluesky"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: about-openscapes.qmd
text: About Openscapes
- href: about-nmfs-openscapes.qmd
text: About NMFS Openscapes
- section: mentors/index.qmd
text: Mentors Community
contents:
- href: mentors/activities.html#october-december-2023-nmfs-mentors-cohort
text: Fall 2023 cohort
- href: mentors/activities.html#previous-activities
text: Previous activities
- href: mentors/mentor-calls.qmd
text: Mentor Calls Skills
- href: champions.qmd
text: Champions Program
- section: cohorts/index.qmd
text: Champions Cohorts
contents:
- cohorts/NMFS-fall2022.md
- cohorts/SEFSC-sum2022.md
- cohorts/AFSC-win2021.md
- cohorts/NMFS-fall2021.md
- cohorts/FDD-fall2021.md
- cohorts/NEFSC-spr2020.md
- href: media.qmd
text: Presentations and Media
- href: blog.qmd
text: Blog
- contact.qmd
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto