-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_quarto.yml
69 lines (61 loc) · 1.95 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
# 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.md
- setup.md
- materials.md
- materials/*
- "!materials/*/no_render"
format: courseformat-html
exercises:
number: true
hide-answers: false
filters:
- courseformat
execute:
freeze: auto
knitr:
opts_knit:
cache.path: .knitr_cache
metadata-files:
- "materials/_chapters.yml"
# - "materials/_sidebar.yml"
book:
search:
location: sidebar
favicon: "_extensions/cambiotraining/courseformat/img/university-of-cambridge-favicon.ico"
bread-crumbs: false
page-navigation: true
page-footer:
center: |
Licensed [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
{width=25px}
Cambridge Research Informatics Training
navbar:
pinned: true
logo: "_extensions/cambiotraining/courseformat/img/university_crest_reversed.png"
left:
- text: Slides
href: https://docs.google.com/presentation/d/1KmnSznETddQdRYa6UAXtT-eMOsW7tEwbsOh0fK62c84/edit?usp=sharing
right:
- text: "{{< iconify fa6-brands github size=lg title='CRIT GitHub' >}}"
href: https://github.com/cambiotraining/
- text: "{{< iconify fa6-brands bluesky size=lg title='CRIT Bluesky' >}}"
href: https://bsky.app/profile/bioinfocambs.bsky.social
- text: "{{< iconify fa6-brands mastodon size=lg title='CCRIT Mastodon' >}}"
href: https://genomic.social/@BioInfoCambs
- text: "{{< iconify mdi web size=lg title='CCRIT Website' >}}"
href: https://bioinfotraining.bio.cam.ac.uk/
title: "Working on HPC Clusters using SLURM"
chapters:
- part: "Welcome"
chapters:
- text: "Overview"
href: index.md
- text: "Data & Setup"
href: setup.md