-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
74 lines (73 loc) · 1.68 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
project:
type: website
resources:
- "data/**/*"
- "package/**/*"
- "coi-serviceworker.min.js"
pre-render:
- scripts/metadata-scrape.py
- scripts/load_data_kuzu.py
render:
- "*.qmd"
- docs/**/*.qmd
- docs/**/*.ipynb
- "*.ipynb"
- "!docs/**/*_.qmd"
- "!docs/**_.ipynb"
execute:
warning: false
error: false
# cache: true
website:
title: "Quarto Graph Experiments"
open-graph: true
site-url: "https://analect.github.io/quarto-graph-experiments"
repo-url: "https://github.com/analect/quarto-graph-experiments"
repo-actions: [edit, issue]
page-navigation: true
search:
location: navbar
type: textbox
navbar:
background: light
logo: ""
title: false
collapse-below: lg
left:
- sidebar:demo
- sidebar:resources
# right:
# - about.qmd
# - icon: gitlab
# href: https://gitlab.xxx.com
sidebar:
- id: demo
title: "Demo"
collapse-level: 2
style: "docked"
align: left
contents:
- docs/demo/kuzu-quarto-live.qmd
- docs/demo/kuzu-use.qmd
- docs/demo/kuzu-use-repl.qmd
- docs/demo/old-kuzu-use.ipynb
- id: resources
title: "Resources"
collapse-level: 2
style: "docked"
align: left
contents:
- docs/notebooks/Export_Query_Results_to_NetworkX.ipynb
- docs/notebooks/General_Kùzu_Demo.ipynb
- docs/notebooks/KuzuGraphDemo.ipynb
- docs/notebooks/mesonetwork.qmd
- docs/notebooks/networks_author.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
# grid:
# sidebar-width: 350px
# body-width: 700px
# margin-width: 250px