-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (55 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
project:
type: website
output-dir: docs
website:
title: "Quarto training"
navbar:
logo: ./images/swisstph_logo_compact.png
search: true
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/Research-IT-Swiss-TPH/quarto_training
- text: Report a Bug
href: https://github.com/Research-IT-Swiss-TPH/quarto_training/issues
sidebar:
style: "docked"
collapse: true
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: ./notes/quarto_intro.qmd
text: 📘 Introduction
- href: ./notes/notebook_structure.qmd
text: 📘 Structure of Quarto notebooks
- href: ./practicals/exercise1_gettingstarted.qmd
text: 📙 Create a Quarto notebook
- href: ./practicals/exercise2_gettingstarted.qmd
text: 📙 Edit and render Quarto notebooks
- href: ./practicals/exercise3_instructions.qmd
text: 📙 Create a simple Word report
- href: ./practicals/exercise4_instructions.qmd
text: 📙 Add dynamic elements to your report
- href: ./practicals/exercise5_instructions.qmd
text: 📙 Parametrise your report
- href: ./notes/python_r_short_demo.qmd
text: 📘 Use R and Python
- text: 🧰 More resources
contents:
- href: https://posit-conf-2024.github.io/quarto-websites/
text: 🛠️ Build a Quarto website
- href: https://posit-conf-2024.github.io/quarto-dashboards/
text: 🛠️ Build a Quarto dashboard
format:
html:
title-block-banner: true
embed-resources: true
toc: true
number-sections: true
anchor-sections: true
theme: cosmo
code-overflow: wrap
execute:
cache: true