-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
83 lines (76 loc) · 2.38 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
project:
type: website
website:
page-navigation: true
title: "Openscapes Approach Guide"
site-url: https://openscapes.github.io/approach-guide
repo-url: https://github.com/openscapes/approach-guide
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes Core Team. Openscapes Approach Guide (Version v0.0.1)."
sidebar:
logo: images/openscapes_hex.png
align: center
tools:
- icon: globe
href: https://openscapes.org
text: "Openscapes.org"
- icon: github
href: https://github.com/openscapes/approach-guide
text: "Openscapes Approach Guide GitHub"
- icon: twitter
href: https://twitter.com/openscapes
text: "Openscapes Twitter"
style: "docked"
search: true
collapse-level: 1
contents:
- href: "index.qmd"
text: Welcome
- section: approach/index.qmd
contents:
- approach/code-of-conduct.md
- approach/seaside-chats.qmd
- approach/onboarding.md
- approach/documentation.qmd
- approach/tooling.md
- approach/partners.md
- approach/calendar.md
- approach/qual-assessment.qmd
- section: champions/index.qmd
contents:
- champions/design.md
- champions/cohort-planning.md
- champions/pre-cohort-engage.qmd
- champions/pre-cohort-tech.qmd
- champions/lessons.qmd
- champions/leading-cohort-calls.qmd
- champions/post-cohort-followup.qmd
- section: mentors-framework/index.qmd
contents:
- mentors-framework/engage.qmd
- mentors-framework/onboarding.qmd
- mentors-framework/nasa-openscapes.qmd
- mentors-framework/how-we-work-clinic.qmd
- pathways/index.qmd
- reflections/index.qmd
- section: contributing/index.qmd
contents:
- contributing/setup.qmd
- contributing/workflow.md
- contributing/inspiration.md
- contributing/monthly-checkins.md
- contributing/resources.qmd
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
filters:
- include-files.lua
- quarto