-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (36 loc) · 1.11 KB
/
_quarto.yml
File metadata and controls
38 lines (36 loc) · 1.11 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
project:
type: website
output-dir: _site
website:
sidebar:
style: "docked"
search: true
collapse-level: 2
title: "Virtual Zarr examples"
tools:
- icon: github
href: https://github.com/virtual-zarr/esip-2025
text: "Repo"
contents:
- href: index.qmd
text: Home
- section: Examples
contents:
- href: examples/01_AWS_Public_Data_Program_NetCDF.ipynb
text: Walk through - NetCDFs on AWS
- href: examples/02_ESGF_NetCDF_Solution.ipynb
text: Hands on - NetCDFs from ESGF
- href: examples/03_STAC_Collection_for_Virtual_Icechunk_Store.ipynb
text: STAC collection for virtual store
- href: examples/04_STAC_Items_for_legacy_files_in_Virtual_Icechunk_Store.ipynb
text: STAC items for legacy files referenced by virtual store
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
css: styles.css
filters:
- quarto