forked from marimo-team/quarto-marimo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (41 loc) · 1019 Bytes
/
_quarto.yml
File metadata and controls
43 lines (41 loc) · 1019 Bytes
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
project:
type: website
output-dir: _site
preview:
port: 7777
website:
title: "marimo-quarto"
page-navigation: true
back-to-top-navigation: true
open-graph: true
site-path: /marimo-quarto/
sidebar:
title: false
style: "docked"
search: true
background: "#f8f9fa"
id: get-started
contents:
- href: index.qmd
id: guide
- section: "Tutorials"
href: tutorials/index.qmd
title: Tutorials
contents:
- href: tutorials/intro.qmd
- href: tutorials/dataflow.qmd
- href: tutorials/ui.qmd
- href: tutorials/markdown.qmd
- href: tutorials/plots.qmd
- href: tutorials/layout.qmd
- href: tutorials/fileformat.qmd
- href: tutorials/markdown_format.qmd
- href: tutorials/for_jupyter_users.qmd
- href: tutorials/example-pdf.qmd
format:
html:
theme: zephyr
toc: true
code-tools: true
code-fold: true
code-summary: "Show the code"