-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
91 lines (83 loc) · 2.63 KB
/
_quarto.yml
File metadata and controls
91 lines (83 loc) · 2.63 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
project:
type: mcanouil
output-dir: _site
post-render:
- assets/scripts/slides-to-pdf.sh
resources:
- assets/images/social-card.png
render:
- "**.qmd"
- "sessions/01-introduction-setup/index.qmd"
- "sessions/02-authoring-essentials/index.qmd"
- "sessions/03-embedding-computations-code/index.qmd"
- "sessions/04-formats-projects/index.qmd"
- "sessions/05-formatting-branding/index.qmd"
- "sessions/06-publishing/index.qmd"
- "sessions/07-closing-next-steps/index.qmd"
date-modified: today
mc-hide-navbar-title: false
copyright: "© 2026 Mickaël CANOUIL"
license: CC BY-NC-SA
date-meta: 2026-02-06
image: assets/images/social-card.png
website:
title: "Mastering Quarto CLI"
description: "Learn how to use Quarto CLI for your data science projects."
site-url: https://m.canouil.dev/mastering-quarto-cli/
repo-url: https://github.com/mcanouil/mastering-quarto-cli
repo-actions: []
image: assets/images/social-card.png
image-alt: "Quarto Workshop promotional card showing six-session curriculum from Introduction and Setup through Publishing with dark teal background"
navbar: false
page-footer:
background: dark
foreground: light
left: |
Powered by [{{< iconify simple-icons:quarto title="Quarto Logo" label="Quarto Logo" >}} Quarto](https://quarto.org).
center: |
© []{#current-year} [Mickaël CANOUIL](https://mickael.canouil.fr). [{{< iconify octicon:heart-fill-16 title="Heart" label="Heart" >}} Sponsor](https://github.com/sponsors/mcanouil?o=esb).
sidebar:
logo: dark
background: dark
foreground: light
style: docked
search: true
pinned: true
align: center
collapse-level: 2
contents:
- text: Home
href: index.qmd
- text: Program
href: program/index.qmd
- text: "---"
- section: "Part 1"
contents:
- href: sessions/01-introduction-setup/index.qmd
- href: sessions/02-authoring-essentials/index.qmd
- href: sessions/03-embedding-computations-code/index.qmd
- text: "---"
- section: "Part 2"
contents:
- href: sessions/04-formats-projects/index.qmd
- href: sessions/05-formatting-branding/index.qmd
- href: sessions/06-publishing/index.qmd
- href: sessions/07-closing-next-steps/index.qmd
brand: _brand.yml
format: mcanouil-html
execute:
freeze: auto
echo: false
filters:
- at: post-ast
path: include-code-files
- at: pre-quarto
path: highlight-text
- at: post-quarto
path: div-reuse
filters:
- at: post-quarto
path: remember
extensions:
mcanouil:
grid-background: true