-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (54 loc) · 1.48 KB
/
_quarto.yml
File metadata and controls
57 lines (54 loc) · 1.48 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
project:
type: website
output-dir: _site
website:
title: "holoviz-quarto"
description: "The HoloViz-Quarto project makes it easy to use HoloViz with Quarto"
favicon: assets/logos/favicon.ico
repo-url: https://github.com/awesome-panel/holoviz-quarto
repo-actions: [edit, issue]
page-navigation: true
back-to-top-navigation: true
page-footer: "© Copyright 2023 Awesomme Panel contributors"
twitter-card:
site: "@HoloViz_org"
open-graph: true
sidebar:
title: false
logo: assets/logos/holoviz-quarto.png
logo-href: https://holoviz.org
logo-alt: "HoloViz logo."
style: "docked"
search: true
background: "#f8f9fa"
tools:
- icon: twitter
href: https://twitter.com/holoviz_org
- icon: linkedin
href: https://www.linkedin.com/company/panel-org
- icon: github
href: https://github.com/awesome-panel/holoviz-quarto
- icon: chat-text
href: https://discourse.holoviz.org
text: HoloViz Discourse
- icon: discord
href: https://discord.gg/UXdtYyGVQX
text: HoloViz Discord
contents:
- href: index.qmd
text: Introduction
- href: getting-started.qmd
text: Getting Started
- section: "How-to"
contents:
- example-python.qmd
- example-pyscript.qmd
- example-panel-convert-python.qmd
format:
html:
theme: cosmo
css: _quarto.css
toc: true
code-tools: true
code-fold: true
code-summary: "Show the code"