-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
105 lines (102 loc) · 3.39 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.ipynb"
- "!drafts/"
execute:
freeze: auto
website:
repo-url: https://github.com/boettiger-lab/nasa-topst-env-justice
repo-actions: [edit, issue]
page-navigation: true
navbar:
background: black
search: true
right:
- file: index.qmd
icon: house
text: Home
- text: Platforms
icon: pc-display-horizontal
menu:
- text: Codespaces
icon: github
href: https://codespaces.new/espm-157/nasa-topst-env-justice?quickstart=1
- text: Openscapes JuypterHub
icon: cloud
href: https://openscapes.2i2c.cloud/
- text: GitPod
icon: app
href: https://gitpod.io/#https://github.com/boettiger-lab/nasa-topst-env-justice
- text: Containers
icon: box
href: https://github.com/orgs/boettiger-lab/packages?repo_name=nasa-topst-env-justice
- text: Data Catalog
icon: book
href: https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/schmidtDSE/biodiversity-catalog/main/stac/v1/catalog.json?.language=en
- icon: github
href: https://github.com/boettiger-lab/nasa-topst-env-justice
sidebar:
style: floating
contents:
- file: index.qmd
icon: house
text: Home
- text: "---"
- section: 'Tutorials in R'
icon: mortarboard-fill
contents:
- auto: "tutorials/R/*"
- text: "---"
- section: 'Tutorials in Python'
icon: mortarboard-fill
contents:
- auto: "tutorials/python/*"
- text: "---"
- section: Recipes
- text: "---"
- section: Platforms
icon: pc-display-horizontal
contents:
- href: tutorials/computing-environment.qmd
- text: Codespaces
icon: github
href: https://codespaces.new/espm-157/nasa-topst-env-justice?quickstart=1
- text: Openscapes JuypterHub
icon: cloud
href: https://openscapes.2i2c.cloud/
- text: GitPod
icon: app
href: https://gitpod.io/#https://github.com/boettiger-lab/nasa-topst-env-justice
- text: Containers
icon: box
href: https://github.com/orgs/boettiger-lab/packages?repo_name=nasa-topst-env-justice
- text: "---"
- text: Data Catalog
icon: book
href: https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/schmidtDSE/biodiversity-catalog/main/stac/v1/catalog.json?.language=en
- icon: github
href: https://github.com/boettiger-lab/nasa-topst-env-justice
page-footer:
right:
- icon: github
href: https://github.com/boettiger-lab/nasa-topst-env-justice
- icon: globe-americas
href: https://carlboettiger.info
format:
html:
page-layout: article # change to full for narrower layout, see https://quarto.org/docs/output-formats/page-layout.html
css:
- assets/css/nucleo-icons.css
- assets/css/quarto-material-kit.css
- assets/css/custom.css
include-after-body: [assets/html/footer.html]
title-block-banner: assets/img/blue-marble.jpg
title-block-mask: '<span class="mask bg-gradient-light opacity-2"></span>'
template: assets/partials/html.template
grid:
body-width: 1800px
margin-width: 300px
gutter-width: 1.5rem