-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
59 lines (53 loc) · 1.51 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
# 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: website
output-dir: _site
render:
- index.md
- setup.md
- materials.md
- materials/*
- "!materials/*/no_render"
- unix_cheat_sheet.md
format: courseformat-html
execute:
freeze: auto
knitr:
opts_knit:
cache.path: .knitr_cache
metadata-files:
- "materials/_sidebar.yml"
website:
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}
Dr Prince Asare and Dr Andries van Tonder
navbar:
pinned: true
logo: "_extensions/cambiotraining/courseformat/img/NMIMR_Logo_whitebg.png"
left:
- text: "Home"
href: index.md
- text: "Setup"
href: setup.md
- text: "Materials"
href: materials.md
- text: "Unix-Cheat-Sheet"
href: unix_cheat_sheet.md
right:
- icon: github
href: https://github.com/avantonder/Ghana_course
aria-label: Introduction to bacterial genomics GitHub
- icon: twitter
href: https://twitter.com/NMIMR_UG
aria-label: Noguchi Memorial Institute for Medical Research Twitter
sidebar:
- title: "Home"