-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_site.yml
More file actions
52 lines (52 loc) · 1.43 KB
/
_site.yml
File metadata and controls
52 lines (52 loc) · 1.43 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
name: "semillero"
output_dir: "."
navbar:
title: "Semillero"
type: inverse
left:
- text: "Información"
icon: fa-info-circle
href: informacion.html
# - text: "Programación"
# icon: fa-calendar
# href: programacion.html
- text: "gamlss"
icon: fa-cubes
href: https://freddy.quarto.pub/dists-gamlss
- text: "Karel"
icon: fa-android
href: karel.html
- text: "Club de lectura"
icon: fa-newspaper-o
href: club_lec.html
- text: "Curso de R"
icon: fa-pencil
href: curso_intro_r.html
- text: "Curso de Python"
icon: fa-pencil
href: curso_intro_python.html
- text: "#rstats"
menu:
- text: "Material"
icon: fa-archive
href: material.html
- text: "Shiny apps"
icon: fa-hand-spock-o
href: https://ciencias.medellin.unal.edu.co/escuelas/estadistica/index.php/shiny.html
- text: "Enlaces intersantes"
icon: fa-link
href: enlaces.html
right:
- icon: ion-university
href: http://ciencias.medellin.unal.edu.co/escuelas/estadistica/
- icon: fa-lightbulb-o
href: https://ciencias.medellin.unal.edu.co/escuelas/estadistica/index.php/shiny.html
- icon: fa-github
href: https://github.com/srunal
output:
html_document:
css: "styles.css"
theme: cosmo
includes:
after_body: footer.html
in_header: header.html