-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
78 lines (68 loc) · 1.73 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
project:
title: "Statistical Models"
type: website
output-dir: docs
bibliography: teaching.bib
csl: elsevier-with-titles.csl
website:
favicon: favicon.png
search: false
navbar:
search: false
pinned: false
background: black
foreground: "#E8E8E8"
sidebar:
style: "floating"
search: false
contents:
- href: index.qmd
text: Homepage
- section: "Slides"
contents:
- href: slides/lecture_1.qmd
text: Lecture 1
- href: slides/lecture_2.qmd
text: Lecture 2
- href: slides/lecture_3.qmd
text: Lecture 3
- href: slides/lecture_4.qmd
text: Lecture 4
- href: slides/lecture_5.qmd
text: Lecture 5
- href: slides/lecture_6.qmd
text: Lecture 6
- href: slides/lecture_7.qmd
text: Lecture 7
- href: slides/lecture_8.qmd
text: Lecture 8
- href: slides/lecture_9.qmd
text: Lecture 9
- href: slides/lecture_10.qmd
text: Lecture 10
- href: slides/lecture_11.qmd
text: Lecture 11
- href: slides/lecture_12.qmd
text: Appendix
- href: license.qmd
text: License
page-footer:
center:
- text: "License"
href: license.qmd
- text: "Contact"
href: https://www.silviofanzon.com/contact
format:
html:
toc: true
toc-title: On this page
toc-location: right
code-overflow: wrap
execute:
freeze: auto
theme:
light: [flatly, theme-custom-light.scss]
dark: [darkly, theme-custom-dark.scss]
fig-align: center
fig-cap-location: bottom
link-external-icon: true