-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
41 lines (38 loc) · 915 Bytes
/
_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
project:
type: website
render:
- "*.qmd"
- "!geoarrow/"
- "!geoarrow-data/"
website:
title: "GeoArrow"
favicon: geoarrow_logo.png
navbar:
logo: geoarrow_logo.png
left:
- href: index.qmd
text: Home
- format.qmd
- extension-types.qmd
- data.qmd
- text: "Implementations"
menu:
- href: https://github.com/geoarrow/geoarrow-c
text: "C/C++"
- href: https://github.com/geoarrow/geoarrow-rs
text: "Rust"
- href: https://github.com/geoarrow/geoarrow-python
text: "Python"
- href: https://github.com/geoarrow/geoarrow-rs/blob/main/js/README.md
text: "WebAssembly"
- resources.qmd
right:
- icon: github
href: https://github.com/geoarrow/geoarrow
format:
html:
theme: cosmo
css: styles.css
toc: true
resources:
- CNAME