-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
70 lines (62 loc) · 1.44 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
project:
type: book
output-dir: docs
book:
title: "SeqHub"
page-navigation: true
favicon: assets/favicon.png
site-url: https://royfrancis.github.io/seqhub
repo-url: https://github.com/royfrancis/seqhub
repo-branch: main
page-footer:
border: false
left: "{{< meta current_year >}} Roy Francis"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
chapters:
- index.qmd
- part: "**Bulk RNASeq**"
chapters:
- chapters/bulk/index.qmd
- part: "**Single Cell RNASeq**"
chapters:
- chapters/sc/index.qmd
- chapters/spatial/index.qmd
- chapters/airr/index.qmd
- chapters/atacseq/index.qmd
- part: "**Meta Transcriptomics**"
chapters:
- chapters/meta/index.qmd
bibliography: references.bib
csl: apa.csl
#reference-section-title: References
#citeproc: false
format:
html:
include-in-header: "assets/fonts/head.html"
theme:
- pulse
- assets/css/styles.scss
section-numbering: true
title-block-banner: true
title-block-banner-color: "#f2f3f4"
toc: true
smooth-scroll: true
bread-crumbs: false
lightbox: auto
epub:
cover-image: assets/cover.png
crossref:
fig-title: "**Fig**"
tbl-title: "**Tab**"
title-delim: "**: **"
knitr:
opts_chunk:
results: hold
execute:
eval: true
echo: true
warning: false
message: false
freeze: false
filters:
- assets/custom.lua