-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (61 loc) · 1.39 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
project:
type: website
render:
- index.qmd
- schedule.qmd
- info.qmd
- syllabus.qmd
website:
title: "Population Genomics In Practice H24"
navbar:
logo: assets/logos/nbislogo-green.svg
favicon: assets/logos/nbislogo-green.svg
left:
- href: index.qmd
text: Home
# - schedule.qmd
- info.qmd
- syllabus.qmd
page-footer:
border: false
left: "2024 [NBIS](https://nbis.se) | [GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/)"
right: "Published with [Quarto](https://quarto.org/) v<?quarto.version?>"
from: markdown+emoji
csl: https://raw.githubusercontent.com/citation-style-language/styles/master/apa.csl
# bibliography: assets/bibliography.bib
format:
nbis-course-html:
toc: true
embed-resources: false
date: last-modified
date-format: "DD-MMM-YYYY"
code-link: true
code-block-border-left: "#a7c947"
lightbox:
match: auto
execute:
echo: true
warning: false
cache: true
include: true
autodep: true
eval: true
error: true
freeze: auto
knitr:
opts_chunk:
code-fold: false
tidy: true
comment-char: "#>"
fig-format: svg
engine.opts:
dvisvgm.opts: --font-format=woff
template: assets/www/tikzfig.tex
# jupyter:
# kernelspec:
# name: "pgip"
# language: "python"
# display_name: "Python 3"
extensions:
- nbis-course
- fontawesome