-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (66 loc) · 1.49 KB
/
_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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Project ------------------------------
project:
type: website
render:
- "*.qmd"
- "!R/"
preview:
port: 3210
# Website ------------------------------
website:
title: "{{< var site.title >}}"
repo-url: "{{< var site.repo-url >}}"
repo-actions: [edit, issue]
repo-link-target: "_blank"
navbar:
background: secondary
foreground: light
search: true
left:
# - file: index.qmd
- file: guides/index.qmd
- file: recipes/index.qmd
right:
- file: instructors/index.qmd
- icon: github
href: "{{< var site.repo-url >}}"
page-footer:
left: "Developed by Jerid Francom"
# Formats ------------------------------
format:
html:
include-in-header:
- assets/js/analytics.js
theme: flatly
code-overflow: wrap
code-line-numbers: false
css:
- assets/styles.css
- include/webex.css
toc: true
include-after-body: include/webex.js
comments:
hypothesis: true
# Reference and numbering ---------------
crossref:
lst-title: "Snippet"
lst-prefix: "Snippet"
appendix-title: "App"
appendix-delim: ":"
bibliography: [bibliography.bib, packages.bib, packages_add.bib]
biblio-style: apalike
link-citations: true
code-annotations: select
code-line-numbers: true
number-depth: 2
# Pandoc ------------------------------
execute:
freeze: auto
warning: false
message: false
cache: true
# Engine ------------------------------
knitr:
opts_chunk:
comment: ""
out.width: NULL