generated from giancohs/snakeR-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
31 lines (25 loc) · 767 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
project:
type: default
execute-dir: project
output-dir: reports
toc: true
number-sections: true
format:
html:
embed-resources: true #Para generar un solo archivo html
toc: true # Tabla de contenidos
html-math-method: katex
theme: zephyr # css: styles.css FOR STYLES OR THEME
editor:
render-on-save: false # Para hacer live preview
execute:
echo: false # Para no mostrar código
message: false # No mostrar mensajes
warning: false # No mostrad advertencias
cache: true # para no renderizar chunks de nuevo, ahorra tiempo
lang: es #Para cambiar idioma de elementos como "Table of contents"
language:
en:
title-block-published: "Updated"
es:
title-block-published: "Actualizado" #Customizar fecha de actualización