-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (45 loc) · 1.55 KB
/
_quarto.yml
File metadata and controls
50 lines (45 loc) · 1.55 KB
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
project:
type: website
output-dir: docs
resources:
- img/
- css/
- slides/
website:
title: "Spatial Transcriptomics Nanocourse"
google-analytics: G-68JBPLLNLG
page-footer: >
This lesson has been developed by members of the teaching team at the [Harvard Chan Bioinformatics Core (HBC)](http://bioinformatics.sph.harvard.edu/). <br>
These are open access materials distributed under the terms of the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. <br>
navbar:
left:
- text: "Schedule"
href: index.qmd
right:
- text: "HBC"
href: https://bioinformatics.sph.harvard.edu/
- text: "GitHub"
href: https://github.com/hbctraining/spatial_nanocourse/
- text: "Contact us"
href: mailto:hbctraining@hsph.harvard.edu
format:
html:
theme: simplex
css: css/styles.css
fig-align: "center"
toc: true
number-sections: false
code-block-bg: true
code-copy: true # enables copy button (default in most themes)
code-tools: true # enables the copy button!
code-line-wrap: wrap
prompt: true
self-contained: true
# Global Execution Defaults
execute:
echo: true # show code
eval: true # run code
warning: false # show warnings
error: false # show errors
message: false # show messages
prompt: true