-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
64 lines (55 loc) · 1.52 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
# This is the website configuration file
# For training developers:
# Please do not edit this file
# Contact us if something doesn't look right on your rendered website
project:
type: book
output-dir: _site
render:
- index.qmd
- setup.md
- materials.md
- materials/*
- "!materials/*/no_render"
- references.qmd
format: courseformat-html
filters:
- courseformat
bibliography: references.bib
execute:
freeze: auto
knitr:
opts_knit:
cache.path: .knitr_cache
metadata-files:
- "materials/_chapters.yml"
# - "materials/_sidebar.yml"
book:
bread-crumbs: false
search:
location: sidebar
favicon: "_extensions/cambiotraining/courseformat/img/university-of-cambridge-favicon.ico"
page-navigation: true
page-footer:
center: |
Licensed [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
![](https://creativecommons.org/images/deed/cc_icon_black_x2.png){width=25px}
Bioinformatics Training Facility
navbar:
pinned: true
logo: "_extensions/cambiotraining/courseformat/img/university_crest_reversed.png"
right:
- icon: github
href: https://github.com/cambiotraining/
aria-label: Bioinformatics Training Facility GitHub
- icon: twitter
href: https://twitter.com/bioinfocambs
aria-label: Bioinformatics Training Facility Twitter
title: "Generalised linear models"
chapters:
- part: "Welcome"
chapters:
- index.qmd
- setup.md
- materials.md
- references.qmd