-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_site.yml
45 lines (44 loc) · 1.03 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
name: "Curso_DM_namd"
output_dir: "docs"
title: "Curso de DM"
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}
plugins:
- jekyll-seo-tag
navbar:
title: "Curso de DM"
left:
- text: "Inicio"
href: index.html
- text: "Introducción"
href: intro_DM.html
- text: "Dinámica Molecular"
menu:
- text: "Preparación del Sistema"
href: prep_sistema.html
- text: "Archivos de Configuración"
href: parametros_dm.html
- text: "Análisis de Trayectorias"
menu:
- text: "Manejo de trayectorias con pytraj"
href: analisis_traj.html
- text: "RMSD y RMSF"
href: rmsd_y_rmsf.html
right:
- icon: fa-question fa-lg
output:
html_document:
toc: false
toc_float: true
toc_collapsed: true
css: "styles.css"
theme: journal
highlight: zenburn
code_download: false
number_sections: false
include:
after_body: footer.html