-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
68 lines (61 loc) · 1.47 KB
/
_quarto.yml
File metadata and controls
68 lines (61 loc) · 1.47 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
project:
type: website
output-dir: docs
knitr:
opts_knit:
verbose: false
#output-dir: docs
website:
title: "STM"
favicon: /misc/favicons/favicon.ico
navbar:
logo: /misc/SU_logo_small.png
background: primary
left:
- href: index.qmd
text: Overview
- href: lectures.qmd
text: Lectures
- href: exercises.qmd
text: Exercises
- href: interactive_exercises.qmd
text: Interactive exercises
- href: homeassignment.qmd
text: Home assignment
- href: tutorials.qmd
text: Tutorials
page-footer:
left:
- text: "Department of Statistics - Stockholm University"
href: https://www.su.se/statistiska-institutionen/
center:
- text: "Use our course!"
#href: stealourcourse.qmd
right:
- icon: github
href: https://github.com/StatisticsSU/STM
aria-label: Quarto GitHub
format:
html:
theme:
light: lumen
dark: superhero # litera, lumen, superhero, united
css: styles.css
toc: true
toc-title: Sections
#monobackgroundcolor: #c3d0e6
revealjs:
center: true
slide-number: true
height: 1200
width: 2000
transition: none #convex
transition-speed: slow
preview-links: auto
toc: false
progress: true
citations-hover: false
logo: ../misc/SU_logotyp_Liggande_1000px.png
footnotes-hover: true
footer: "Statistical Theory and Methods"
callout-appearance: default