-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
43 lines (40 loc) · 971 Bytes
/
_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
project:
type: website
title: misc
output-dir: docs ## NO indent, also _quarto.yml for entier project
render:
- "*.qmd"
author: "jim"
date: "12/20/2023" # date started project
# pdf-engine: lualatex
# bibliography: references.bib
# - custom.scss
execute:
error: true
warning: true
collapse: true
standalone: true
enabled: true ##false: do not run chunks
cache: true ## knitr caches R chunks
format:
html:
theme:
- custom.scss
html-math-method: katex
code-fold: false
toc: true
toc_depth: 5
toc_float: true
number-sections: true
number-depth: 3 #book feature only?
#number-offset: 2
#toc_location: body
embed-resources: true
code-block-bg: true
code-block-border-left: "#31BAE9"
indent: false
code-link: true # hyperlink R functions
# pdf:
# documentclass: report
# margin-left: 30mm
# margin-right: 30mm