-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
46 lines (41 loc) · 1.07 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
project:
type: website
preview:
port: 4200
website:
page-navigation: true
title: STAC ML Guide
repo-url: https://github.com/developmentseed/stacmlguide
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-BY [Development Seed](https://developmentseed.org), 2023"
sidebar:
pinned: true
align: center
tools:
- icon: github
href: https://github.com/developmentseed/stacmlguide
text: "STAC ML Model Extension Guide"
style: "docked"
search: true
# collapse-level: 2
contents:
- href: index.qmd
text: Welcome
- href: contributing.qmd
text: Get Involved
## TODO:
# - href:
# text: Build STAC ML Model Extension
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
toc: true
grid:
sidebar-width: 400px