forked from nasa/VITALS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
61 lines (55 loc) · 1.56 KB
/
_quarto.yml
File metadata and controls
61 lines (55 loc) · 1.56 KB
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
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
search:
location: navbar
type: overlay
page-footer:
left: "VSWIR Imaging and Thermal Applications, Learning, and Science."
title: "VITALS"
site-url: https://nasa.github.io/VITALS/
repo-url: https://github.com/nasa/VITALS/
sidebar:
title: "VITALS"
logo: img/lp_jpl.png
pinned: true
align: left
tools:
- icon: globe
href: https://nasa.github.io/VITALS/
text: "VITALS Website"
- icon: github
href: https://github.com/nasa/VITALS
text: "VITALS Repository"
style: "docked"
search: true
collapse-level: 1
contents:
- text: "Welcome"
href: index.qmd
- text: "Schedule"
href: schedule.qmd
- text: "Set Up Instruction"
href: setup/setup_instructions.md
- section: "Tutorials"
contents:
- text: "01-Finding Concurrent ECOSTRESS and EMIT Data"
href: python/01_Finding_Concurrent_Data.ipynb
- text: "02-Carpinteria Salt Marsh Analysis"
href: python/ECOSTRESS-EMIT_Carpinteria_Workshop.ipynb
- section: "Contributing"
contents:
- href: CONTRIBUTING.md
- href: CODE_OF_CONDUCT.md
format:
html:
theme:
light: cosmo
code-background: true
code-copy: true
css: styles.css
toc: true