-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
97 lines (88 loc) · 2.43 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
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
92
93
94
95
96
97
project:
type: website
resources:
- "gt.html"
- "lib"
website:
title: "Introduction to Quarto"
page-navigation: true
page-footer:
center:
- text: "About"
href: about.qmd
favicon: resources/LMU-OSC_favicon.jpg
margin-header: |
![](/resources/LMU-OSC_logo.jpg){width="175"}
navbar:
tools:
- icon: github
href: https://github.com/lmu-osc/introduction-to-Quarto
left:
- text: "1. Welcome"
href: "index.qmd"
- text: "2. Quarto Tutorials"
file: "quarto_tutorials.qmd"
- text: "3. Tips and Comments"
file: "comments.qmd"
- text: "4. Advanced Exercises"
file: "quarto_exercises.qmd"
- text: "5. Links"
file: "links.qmd"
right:
- text: "About"
file: "about.qmd"
sidebar:
contents:
- index.qmd
- section: "2. Quarto Tutorials"
contents:
- text: "Overview"
href: "quarto_tutorials.qmd"
- preparations.qmd
- get-started_1.qmd
- get-started_2.qmd
- get-started_3.qmd
- comments.qmd
- section: "4. Advanced Exercises"
contents:
- text: "Overview"
href: "quarto_exercises.qmd"
- text: "Exercise: WebR/Pyodide"
href: "webr.qmd"
- text: "Exercise: Slideshows"
file: slideshow.qmd
- text: "Exercise: APA 7 Manuscripts"
file: apa7_manuscript.qmd
- text: "Exercise: Quarto Manuscripts"
file: quarto_manuscripts.qmd
- links.qmd
# sidebar:
# - title: "2. Quarto Tutorials"
# style: "docked"
# background: light
# contents:
# - section: "2. Quarto Tutorials"
# contents:
# - text: "Overview"
# href: "quarto_tutorials.qmd"
# - preparations.qmd
# - section: " Quarto Tutorials"
# contents:
# - get-started_1.qmd
# - get-started_2.qmd
# - get-started_3.qmd
repo-url: https://github.com/lmu-osc/introduction-to-Quarto
repo-actions: [issue, edit]
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: true
link-external-filter: ^(?:http:|https:)\/\/lmu-osc\.github\.io\/introduction-to-Quarto\/
df-print: paged
code-overflow: wrap
from: markdown+emoji