-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
64 lines (59 loc) · 1.38 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
project:
type: book
book:
title: "Advanced RStudio Labsessions"
subtitle: "Quantitative Methods II"
author: "Luis Sattelmayer"
date: last-modified
repo-url: https://github.com/luissattelmayer/quantitative-methods-2024
sidebar:
collapse-level: 4
pinned: true
chapters:
- index.qmd
- part: "Session 1"
chapters:
- session1/session1.qmd
- part: "Session 2"
chapters:
- session2/session2.qmd
- part: "Session 3"
chapters:
- session3/session3.qmd
- part: "Session 4"
chapters:
- session4/session4.qmd
- session4/session4-2.qmd
- part: "Session 5"
chapters:
- session5/session5.qmd
- part: "Session 6"
chapters:
- session6/session6.qmd
appendices:
- appendix/catchup/r-catchup.qmd
- appendix/rmarkdown.qmd
- references.qmd
- appendix/webscraping.qmd
- appendix/quovadis.qmd
bibliography: Meine Bibliothek.bib
format:
html:
theme: cosmo
code-block-background: true
code-block-border-left: "#31BAE9"
highlight-style: pygments
toc: true
toc-location: right
code-copy: true
code-link: true
citations-hover: true
footnotes-hover: true
embed-resources: true
self-contained-math: true
grid:
sidebar-width: 300px
margin-width: 300px
pdf:
documentclass: scrreprt
editor: source