-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
60 lines (57 loc) · 1.25 KB
/
Copy path_quarto.yml
File metadata and controls
60 lines (57 loc) · 1.25 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
project:
type: website
output-dir: docs
resources:
- "assets/aemet/**"
- "assets/effis_ba/**"
render:
- index.qmd
- summary.qmd
- report.qmd
- history.qmd
- copernicus.qmd
website:
title: "Visor fuego"
site-url: "https://santiagomota.github.io/visor-fuego/"
repo-url: "https://github.com/santiagomota/visor-fuego"
repo-actions: [source, issue]
search: true
navbar:
title: "Visor fuego"
left:
- href: index.qmd
text: Mapa
- href: summary.qmd
text: Resumen
- href: report.qmd
text: Informe
- href: history.qmd
text: Evolución
- href: copernicus.qmd
text: Copernicus
right:
- icon: github
href: "https://github.com/santiagomota/visor-fuego"
aria-label: GitHub
page-footer:
left: "Datos: AEMET, NASA FIRMS, Copernicus/EFFIS y Eurostat/GISCO"
right: "Generado con Quarto"
format:
html:
theme: cosmo
css: styles.css
toc: true
toc-depth: 3
page-layout: full
code-fold: true
code-tools: false
embed-resources: false
self-contained: false
smooth-scroll: true
link-external-newwindow: true
lang: es
execute:
echo: false
warning: false
message: false
freeze: auto