-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
52 lines (50 loc) · 1.43 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: "Taller_SMSB_2021"
output_dir: "docs"
title: "Taller SMSB 2021"
header-includes:
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \fancyhead[CO,CE]{This is fancy header}
- \fancyfoot[CO,CE]{And this is a fancy footer}
- \fancyfoot[LE,RO]{\thepage}
navbar:
title: "Inicio"
left:
- text: "Recursos"
menu:
- text: "► Preparación del Ambiente de Trabajo"
href: instalacion_MV.html
- text: "► Recursos Externos"
href: recursos_modelado_molecular.html
- text: "Docking Molecular"
menu:
- text: "► Docking con Autodock 4.2"
href: docking_con_adt4.html
- text: "► Cribado Virual con VINA/SMINA"
href: virtual_screening_vina.html
- text: "Dinámica Molecular"
menu:
- text: "► Preparación del Sistema"
href: preparacion_del_sistema_md.html
- text: "► Configuración de la dinámica"
href: configuracion_de_las_fases.html
- text: "Tareas"
menu:
- text: "► 📝 Docking con AD4"
href: tarea_docking_con_ad4.html
- text: "► 📝 Cribado virtual con SMINA"
href: tarea_vs_smina.html
avatar: "https://avatars.githubusercontent.com/u/39897861?v=4"
round-avatar: true
output:
rmarkdown::html_document:
toc: TRUE
toc_float: TRUE
toc_depth: 3
toc_collapsed: false
number_sections: false
css: "styles.css"
theme: sandstone
highlight: zenburn
includes:
in_header: header.html