-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
42 lines (42 loc) · 969 Bytes
/
_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
name: "Rday"
output_dir: "."
navbar:
title: "Home"
left:
- text: "Programa"
href: programa.html
- text: "Conferencistas"
href: conferencistas.html
- text: "Lugar"
menu:
- text: Medellín
icon: fa-warehouse
href: medellin.html
- text: Auditorio
icon: fa-map-marker
href: lugar.html
- text: "Registro"
href: fin_inscripciones.html
- text: "Trabajos"
href: trabajos.html
- text: "Fechas"
href: fechas.html
- text: "Comité"
href: comites.html
- text: "Divulgación"
href: divulgacion.html
- text: "Código de conducta"
href: conducta.html
- text: "FAQ"
href: respuestas.html
right:
- icon: fa-twitter
href: https://twitter.com/MedellinRday
- icon: fa-github
href: https://github.com/rdaymedellin
output:
html_document:
theme: cosmo
includes:
after_body: footer.html
in_header: header.html