generated from Openscapes/quarto-clinic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
63 lines (52 loc) · 1.56 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
project:
type: website
output-dir: _site
execute:
freeze: true # never re-execute computational content during project render, needed for .qmd and .rmd since quarto does not render .ipynb by default
website:
page-navigation: true
title: "Quarto Contributing Clinic"
site-url: https://nasa-openscapes.github.io/quarto-clinic
repo-url: https://github.com/NASA-Openscapes/quarto-clinic
repo-actions: [edit, source, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2024"
sidebar:
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/NASA-Openscapes/quarto-clinic
text: "Quarto Contributing Clinic repo"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- href: part0-setup.qmd
text: Setup
- section: part1-quarto.qmd
text: "Part 1: Quarto workflow"
contents:
- demo.qmd
- newfile.qmd
- href: part2-github.qmd
text: "Part 2: GitHub workflow"
- href: next-steps.qmd
text: Next Steps
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:
- quarto