-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (37 loc) · 769 Bytes
/
_quarto.yml
File metadata and controls
41 lines (37 loc) · 769 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
39
40
41
project:
type: default
output-dir: output/html
format:
html:
theme: cosmo
toc: true
toc-location: left
toc-depth: 3
number-sections: true
highlight-style: github
code-fold: true
code-tools: true
embed-resources: false
page-layout: full
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 250px
css: styles.css
include-in-header:
- text: |
<style>
.quarto-title-block .quarto-title-banner {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
</style>
execute:
echo: true
warning: false
message: false
cache: true
freeze: auto
bibliography: references.bib
csl: apa.csl
metadata-files:
- _metadata.yml