-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (49 loc) · 1.06 KB
/
Copy path_quarto.yml
File metadata and controls
55 lines (49 loc) · 1.06 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
51
52
53
project:
type: book
output-dir: docs
book:
title: "Applied Population Genetics"
author: "Rodney J. Dyer"
date: "1/6/2026"
cover-image: "media/TitlePage_small.png"
repo-url: "https://github.com/dyerlab/applied_population_genetics"
chapters:
- index.qmd
- Introduction.qmd
- part: R_Ecosystem.qmd
chapters:
- R.qmd
- Positron.qmd
- Markdown.qmd
- DataTypes.qmd
- DataContainers.qmd
- FactorData.qmd
- Tidyverse.qmd
- TabularData.qmd
- Graphics.qmd
- Functions.qmd
- Publishing.qmd
- part: Backmatter.qmd
chapters:
- Summary.qmd
- References.qmd
appendices:
- DataSets.qmd
- BloomSpread.qmd
bibliography: references.bib
format:
html:
number-depth: 1
toc-depth: 2
respect-user-color-scheme: true
css:
- styles/captions.css
theme:
- cosmo
- brand
execute:
warning: false
message: false
error: false
freeze: auto # set to false for release
eache: true # set to false for release