-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
51 lines (48 loc) · 1.27 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.md"
website:
image: "assets/images/featured.jpg"
favicon: "assets/favicon.svg"
search: false
navbar:
logo: "assets/logos/raukr.png"
logo-alt: "RaukR"
right:
- text: "Home"
href: "index.html"
- text: "Workshops"
href: "index.html#workshops"
- text: About
href: "index.html#about"
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 >}}"
site-url: "https://nbisweden.github.io/raukr/"
google-analytics: "G-7QQKJ21G0M"
cookie-consent:
type: implied
style: simple
palette: light
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"
toc: false
standalone: false
fig-align: left
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
image: "/assets/images/visby-typing.webp"
filters:
- assets/custom.lua
- fontawesome
- accordion