-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
79 lines (73 loc) · 1.58 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
project:
type: website
output-dir: docs
website:
image: "assets/featured.jpg"
favicon: "assets/favicon.png"
navbar:
logo: "assets/logos/nbis-scilifelab.png"
logo-alt: "logo."
left:
- text: "Home"
href: "index.html"
page-footer:
border: false
left: "{{< meta current_year >}} [NBIS](https://nbis.se)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
sidebar:
contents:
- section: Reports
contents: "reports/*"
- "completion.qmd"
bread-crumbs: false
nbis:
id: "0000"
client:
name: "John Doe"
email: "[email protected]"
org: "Some university"
pi:
name: "John Doe"
email: "[email protected]"
analyst:
name: "John Doe"
email: "[email protected]"
format:
html:
quarto-required: ">=1.4.0"
include-in-header: "assets/include_head.html"
theme: "assets/css/styles.scss"
smooth-scroll: true
toc: true
toc-depth: 5
toc-location: right
number-sections: true
number-depth: 4
code-fold: true
code-tools: false
code-copy: true
code-overflow: wrap
df-print: paged
standalone: false
fig-align: left
title-block-banner: "#E9F2D1"
author: "{{< meta nbis.analyst.name >}}"
date: last-modified
date-format: "DD-MMM-YYYY"
lightbox:
match: auto
crossref:
fig-title: "**Fig**"
fig-labels: arabic
tbl-title: "**Tab**"
tbl-labels: arabic
title-delim: "**:**"
execute:
eval: true
echo: true
warning: false
message: false
freeze: auto
filters:
- assets/custom.lua
- fontawesome