-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
135 lines (129 loc) · 3.74 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
project:
type: website
output-dir: docs
render:
- "index.qmd"
- "home_*.qmd"
- "*.md"
- "!slides/quarto/sample/*.qmd"
website:
site-url: "https://nbisweden.github.io/raukr-2025/"
open-graph: true
description: "A 2 week intensive workshop covering the R ecosystem including best coding practices, code profiling, data wrangling, quarto notebooks, shiny apps and more."
image: "assets/images/seo.webp"
favicon: "assets/favicon.svg"
navbar:
logo: "assets/logos/raukr.png"
logo-alt: "RaukR"
right:
- text: "Home"
href: "index.html"
aria-label: "Home"
- text: "Program"
href: "home_program.html"
aria-label: "Program"
- text: "Registration"
href: "home_registration.html"
aria-label: "Registration"
- text: Gallery
href: "home_gallery.html"
aria-label: "Gallery"
- text: FAQ
href: "home_faq.html"
aria-label: "FAQ"
- text: About
href: "home_about.html"
aria-label: "About"
- icon: github
href: https://github.com/NBISweden/raukr-2025
aria-label: "GitHub"
page-footer:
border: false
left: "{{< meta current_year >}} NBIS | [GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
announcement:
icon: info-circle
dismissable: true
content: "Registration is now open for RaukR 2025."
type: primary
position: above-navbar
format:
html:
quarto-required: ">=1.4.5"
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: "RaukR {{< meta current_year >}} • R Beyond the Basics"
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
lightbox:
match: auto
revealjs:
quarto-required: ">=1.4.5"
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: kable
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
hero: "/assets/images/hero.webp"
title-slide-attributes:
data-background-image: "/assets/images/cover.webp"
data-background-size: "cover"
data-background-opacity: "1"
subtitle: "RaukR {{< meta current_year >}} • R Beyond the Basics"
header-logo-left: /assets/logos/raukr.svg
header-logo-left-height: 25px
header-logo-left-url: https://nbisweden.github.io/raukr-2025/slides/index.html
header-logo-right: /assets/logos/nbis-scilifelab.svg
header-logo-right-height: 25px
header-logo-right-url: https://nbisweden.github.io/raukr-2025/home_contents.html
template-partials:
- "/assets/title-slide.html"
execute:
eval: true
echo: true
warning: false
message: false
freeze: true
knitr:
opts_chunk:
results: hold
filters:
- assets/custom.lua
- assets/fold-results.lua
- reveal-logo
- fontawesome
- accordion
revealjs-plugins:
- drop