-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (36 loc) · 728 Bytes
/
_quarto.yml
File metadata and controls
41 lines (36 loc) · 728 Bytes
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
project:
type: website
render:
- "*.qmd"
- "!notebooks/"
- "!scripts/"
#post-render: mv *.ipynb notebooks/
website:
title: "BioFindr Tutorials"
navbar:
search: true
sidebar:
style: "docked"
search: true
contents:
- href: index.qmd
text: Home
- installation.qmd
- section: "Basic usage"
contents:
- coexpression.qmd
- association.qmd
- causal-inference.qmd
- dag.qmd
- section: "Advanced topics"
contents:
- internal-functions-1.qmd
- matrix-data.qmd
- parallelization.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
execute:
freeze: auto