-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_quarto.yml
111 lines (100 loc) · 3.52 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
project:
type: website
resources: openscapes-series.pdf
website:
page-navigation: true
title: "Openscapes Champions Series"
site-url: "https://openscapes.github.io/series"
repo-url: https://github.com/openscapes/series
repo-actions: [edit, issue]
# sharing: [twitter] come back to https://github.com/sta210-s22/website/blob/main/_quarto.yml#L13
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2023"
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
logo: "images/openscapes_hex.png"
pinned: true
align: center
tools:
- icon: globe
href: https://openscapes.org
text: "Openscapes.org"
- icon: github
href: https://github.com/openscapes/series
text: "Openscapes Series GitHub"
- icon: file-pdf
href: openscapes-series.pdf
aria-label: PDF
style: "docked"
search: true
collapse-level: 1
contents:
- href: "index.qmd"
text: Welcome
- href: "program-summary.qmd"
text: Program Summary
- href: "what-to-expect.qmd"
text: What to Expect
- href: "pathways.qmd"
text: Pathways & Outcomes
- section: core-lessons/index.qmd
contents:
- href: "core-lessons/mindset.qmd"
text: Mindset
- href: core-lessons/better-science.qmd
text: Better science
- section: core-lessons/github/index.qmd
contents:
- core-lessons/github/github-pub.qmd
- core-lessons/github/github-issues.qmd
- href: "core-lessons/team-culture.qmd"
text: Team culture
- href: "core-lessons/data-strategies.qmd"
text: Data strategies
- href: "core-lessons/coding-strategies.qmd"
text: Coding strategies
- href: "core-lessons/communities.qmd"
text: Open communities
- section: "Additional Lessons"
contents:
- href: "additional-lessons/code-of-conduct.qmd"
text: Code of Conduct
- href: "additional-lessons/reporting-scicomm.qmd"
text: Reporting and SciComm
- href: "additional-lessons/documentation.qmd"
text: Documentation
- forked-lessons/index.qmd
- section: how-do-i/index.qmd
contents:
- href: "how-do-i/setup-rstudio-github.qmd"
text: Setup RStudio & GitHub
- href: "how-do-i/do-fix-git-things.qmd"
text: Do & fix git things
- href: "how-do-i/refactor-modularize-code.qmd"
text: Refactor code
- href: "how-do-i/create-publish-quarto.qmd"
text: Start with Quarto
- href: "how-do-i/ask-questions.qmd"
text: Ask questions
- href: "how-do-i/discuss-community.qmd"
text: Discuss community
- href: "how-do-i/reuse-openscapes-approach.qmd"
text: Reuse Openscapes Approach
- section: "Inspiration"
contents:
- href: "inspiration/resources-that-influence.qmd"
text: Resources that influence us
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto