-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
45 lines (39 loc) · 1.08 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
project:
type: website
render:
- "index.qmd"
- "slides/*qmd"
- "!README.md"
- "!class-work/"
- "!CODE_OF_CONDUCT.md"
output-dir: docs
website:
title: "Intro to MLOps with vetiver"
description: "This one-day workshop provides an introduction to MLOps for R or Python using the vetiver framework."
open-graph: true
twitter-card: true
site-url: https://posit-conf-2024.github.io/vetiver
repo-url: https://github.com/posit-conf-2024/vetiver
repo-actions: [edit, issue]
image: "images/vetiver-social.jpeg"
favicon: "images/favicon.ico"
navbar:
background: "#9fc5b6"
pinned: true
logo: images/logo_small.png
right:
- text: Learn more
menu:
- href: https://vetiver.posit.co/
text: "Get started at vetiver.posit.co"
- href: https://rstudio.github.io/vetiver-python/
text: "Python package docs"
- href: https://rstudio.github.io/vetiver-r/
text: "R package docs"
format:
html:
theme:
- default
- styles.css
toc: true
fig-format: svg