-
Notifications
You must be signed in to change notification settings - Fork 32
/
_quarto.yml
116 lines (111 loc) · 3.33 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!admin/"
- "!tutorials/"
- "!lectures/wrapups/"
website:
image: "assets/images/featured.webp"
favicon: "assets/favicon.png"
navbar:
logo: "assets/logos/nbis-scilifelab.png"
logo-alt: "logo"
right:
- text: "Home"
href: "index.html"
- text: "Schedule"
href: "home_schedule.html"
- text: "Contents"
href: "home_contents.html"
- text: "Syllabus"
href: "home_syllabus.html"
- text: "Pre-course"
href: "home_precourse.html"
- text: "Info"
href: "home_info.html"
- icon: "github"
href: "https://github.com/NBISweden/workshop-reproducible-research/"
page-footer:
border: false
left: "{{< meta current_year >}} [NBIS](https://nbis.se) | [CC-BY-4.0 License](https://choosealicense.com/licenses/cc-by-4.0/)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
site-url: "https://nbisweden.github.io/workshop-reproducible-research/"
format:
html:
quarto-required: ">=1.4.0"
include-in-header: "assets/include_head.html"
include-before-body: "assets/include_body_before.html"
include_after_body: "assets/include_body_after.html"
theme: "assets/css/styles.scss"
smooth-scroll: true
toc: true
toc-depth: 4
toc-location: right
number-sections: true
number-depth: 4
code-fold: false
code-tools: false
code-copy: true
code-overflow: wrap
df-print: paged
standalone: false
fig-align: left
title-block-banner: "assets/images/banner.webp"
subtitle: ""
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
image: "assets/images/featured.webp"
revealjs:
quarto-required: ">=1.4.0"
include-in-header: "assets/include_head.html"
include-before-body: "assets/include_body_before.html"
include_after_body: "assets/include_body_after.html"
theme: ["default","assets/css/slides.scss"]
df-print: paged
width: 1280
height: 720
transition: "fade"
transition-speed: "fast"
smaller: false
incremental: false
scrollable: false
slide-level: 2
slide-number: true
progress: true
date: last-modified
date-format: "DD-MMM-YYYY"
fig-align: left
chalkboard: true
callout-icon: true
image: "/assets/images/featured.webp"
hero: "/assets/images/slide-hero.webp"
title-slide-attributes:
data-background-image: "/assets/images/cover.webp"
data-background-size: "cover"
data-background-opacity: "1"
subtitle: ""
header-logo-left: /assets/logos/nbis.png
header-logo-left-height: 25px
header-logo-left-url: https://nbisweden.github.io/workshop-reproducible-research/home_contents.html
header-logo-right: /assets/logos/scilifelab.png
header-logo-right-height: 25px
header-logo-right-url: https://nbisweden.github.io/workshop-reproducible-research/home_contents.html
template-partials:
- "assets/title-slide.html"
execute:
eval: true
echo: true
warning: false
message: false
freeze: auto
filters:
- assets/custom.lua
- reveal-logo
- fontawesome
# For rendering location the info page; options are Stockholm or online.
# One or more separated by commas or semicolon; online doesn't display any
# location info.
location: stockholm