-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
107 lines (102 loc) · 2.98 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
project:
type: website
output-dir: docs
website:
image: "assets/images/seo.webp"
favicon: "assets/favicon.png"
navbar:
logo: "assets/logos/nbis-scilifelab.webp"
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: "Precourse"
href: "home_precourse.html"
page-footer:
border: false
left: "{{< meta current_year >}} [NBIS](https://nbis.se) | [GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
site-url: "https://royfrancis.github.io/specky/"
open-graph: true
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: "Specky quarto theme"
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
image: "assets/images/featured.webp"
lightbox: auto
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: "Specky quarto theme"
header-logo-left: /assets/logos/nbis.webp
header-logo-left-height: 25px
header-logo-left-url: https://royfrancis.github.io/specky/home_contents.html
header-logo-right: /assets/logos/scilifelab.webp
header-logo-right-height: 25px
header-logo-right-url: https://royfrancis.github.io/specky/home_contents.html
template-partials:
- "assets/title-slide.html"
execute:
eval: true
echo: true
warning: false
message: false
freeze: auto
filters:
- assets/custom.lua
- assets/fold-results.lua
- reveal-logo
- fontawesome
custom-metadata: "This is custom metdata"