-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (45 loc) · 995 Bytes
/
_quarto.yml
File metadata and controls
49 lines (45 loc) · 995 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
41
42
43
44
45
46
47
48
49
project:
type: website
output-dir: _site
preview:
watch-inputs: true
render:
- index.qmd
- vignettes/*.qmd
website:
title: "betydata"
search: true
sidebar:
style: docked
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: Guides
contents:
- href: vignettes/getting_started.qmd
text: Getting Started
- href: vignettes/common_analyses.qmd
text: Common Analyses
- section: Advanced
contents:
- href: vignettes/pfts-priors.qmd
text: PFTs & Priors
- href: vignettes/manuscript.qmd
text: Manuscript Reproduction
tools:
- icon: github
href: https://github.com/PecanProject/betydata
format:
html:
theme: cosmo
toc: true
self-contained: false
df-print: paged
execute:
echo: true
warning: false
message: false
freeze: auto
author: "David LeBauer and Akash B V"
date: today