-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (34 loc) · 823 Bytes
/
_quarto.yml
File metadata and controls
38 lines (34 loc) · 823 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
project:
type: default
output-dir: .renders # all final renders go here
authors:
- name: "Aaron Wright"
format:
html:
css: ../dev/.styles/quarto_styles.css
toc: true
toc-depth: 2
theme: cosmo
pdf:
include-in-header: ../dev/.styles/quarto_styles.tex
toc: true
toc-depth: 2
paths:
data: data
scripts: scripts
results:
statistics: results/stats
tables: results/tables
viz:
adobe_illustrator: viz/illustrator
plots_and_images: viz/images
posters: viz/presentation
publication_ready_figures: viz/figures
misc: misc
execute:
eval: true # ensure MATLAB chunks are executed
cache: true # set to false for scripts using jupyter/mkernel to avoid .quarto_ipynb missing errors
echo: true
warning: false
message: true
error: false