-
Notifications
You must be signed in to change notification settings - Fork 3
/
_site.yml
53 lines (51 loc) · 1.45 KB
/
_site.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
name: "Monitor de Turismo en las Provincias"
title: "MONITOR"
favicon: favicon.ico
description: |
Estadísticas Provinciales de Turismo
output_dir: "docs"
navbar:
logo:
image: sinta.png
href: https://www.yvera.tur.ar/estadistica/
right:
- text: "SINTA"
menu:
- text: "Armonización"
href: https://armonizacion.yvera.tur.ar/
- text: "Biblioteca"
href: https://biblioteca.yvera.tur.ar/
- text: "Bitácora"
href: https://bitacora.yvera.tur.ar
- text: "Calendario"
href: https://calendario.yvera.tur.ar/
- text: "Datos Abiertos"
href: https://datos.yvera.gob.ar/
- text: "Informes"
href: https://www.yvera.tur.ar/estadistica/informe
- text: "Tableros y Reportes"
href: https://tableros.yvera.tur.ar
- icon: fab fa-github
href: https://github.com/dnme-minturdep
left:
- text: "Indicadores por provincia"
menu:
- text: "Turismo Interno"
href: interno.html
- text: "Turismo Receptivo"
href: receptivo.html
- text: "Padrón de Alojamientos"
href: padron.html
- text: "Áreas Naturales"
href: parques.html
- text: "Conectividad Aérea"
href: aereo.html
- text: "Empresas Turísticas"
href: empresas.html
- text: "Metodología"
href: metodologia.html
output:
distill::distill_article:
css: styles.css
toc: true
code_folding: false