-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yaml
More file actions
37 lines (35 loc) · 858 Bytes
/
_quarto.yaml
File metadata and controls
37 lines (35 loc) · 858 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
project:
type: website
title: "Inria Academy - Skrub like a pro"
output-dir: _build
pre-render:
- "jupytext --to notebook ./content/exercises/*.py"
- "pixi run -e doc render-book"
- "pixi run -e doc render-slides"
render:
- "**/*.qmd"
- "**/*.ipynb"
- "!pixi.toml"
- "!jupyterlite/**"
- "!data/**"
- "!book/**"
- "!slides/**"
website:
title: "Inria Academy - Skrub like a pro"
navbar:
left:
- text: "Home"
href: /index.html
- text: "Book"
href: /book/index.html
- text: "Slides"
href: /slides/index.html
- text: "JupyterLite"
href: "/jupyterlite/lab/"
format:
html:
theme: [cosmo]
toc: true
toc-location: right
execute:
freeze: auto