-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
59 lines (52 loc) · 1.12 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
project:
type: website
output-dir: docs
website:
navbar:
# title: "<img src='img/logo.png' alt='Logo' class='logo'>"
background: "white"
foreground: "#a7a9ac"
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/sofiazorrilla/data.table_long/blob/main/README.md
sidebar:
style: "floating"
foreground: "#a7a9ac"
search: true
alignment: right
contents:
- section: "Introducción"
contents:
- index.qmd
- tema1.qmd
- tema2.qmd
- section: "Operaciones"
contents:
- tema3.qmd
- tema4.qmd
- tema5.qmd
- tema7.qmd
- tema8.qmd
- tema9.qmd
- tema6.qmd
format:
html:
theme: flatly
css: styles.css
toc: true
code-wrap: true
code-overflow: wrap
page-layout: full
code-block-style: "line-wrap"
grid:
body-width: 1100px
sidebar-width: 250px
margin-width: 150px
gutter-width: 0.8em
engine: knitr
knitr:
opts_chunk:
R.options:
width: 120