-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto-notes.yml
More file actions
62 lines (56 loc) · 1.34 KB
/
Copy path_quarto-notes.yml
File metadata and controls
62 lines (56 loc) · 1.34 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
54
55
56
57
58
59
60
61
62
project:
type: website
output-dir: _output/_notes
notebook-links: false
theme:
light: flatly
dark: darkly
format:
html:
code-overflow: wrap
toc: true
toc-depth: 3
toc-location: right
self-contained: true
embed-resources: true
code-block-border-left: "#31BAE9"
code-block-bg: true
highlight-style: github
number-sections: false
anchor-sections: true
footnotes-hover: true
search: true
smooth-scroll: true
section-divs: true
include-in-header:
- text: |
<style>
.cell-output-stdout code {
word-break: break-word !important;
white-space: pre-wrap !important;
}
</style>
# pdf:
# documentclass: scrartcl
# papersize: a4
# number-sections: true
# colorlinks: true
# mainfont: LiberationSerif
# monofont: LiberationMono
# include-in-header:
# text: |
# \usepackage{fvextra}
# \DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
# \DefineVerbatimEnvironment{OutputCode}{Verbatim}{breaklines,commandchars=\\\{\}}
# \usepackage{fancyhdr}
# \pagestyle{fancy}
website:
navbar:
background: primary
search: true
sidebar:
style: docked
contents: auto
comments:
utterances:
repo: ebpro/utterances