From acc02469def2b933ef81dba7dfd5f6b23d64e958 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Wed, 2 Aug 2017 18:24:12 -0300 Subject: [PATCH] Atualiza _site.yml. --- _site.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_site.yml b/_site.yml index 921cf16..84b127f 100644 --- a/_site.yml +++ b/_site.yml @@ -1,6 +1,6 @@ name: "EC2" output_dir: "_site" -exclude: ["README.md"] +exclude: ["README.md", "build.sh", "_site.yml", "*.Rmd"] output: html_document: theme: united @@ -20,9 +20,13 @@ navbar: left: - icon: fa-home href: index.html - - text: "Scripts" - icon: fa-file-text - href: scripts/index.html + - text: "Slides" + menu: + - text: "Apresentação" + href: slides/00-intro.html +# - text: "Scripts" +# icon: fa-file-text +# href: scripts/index.html right: - icon: fa-user href: https://www.researchgate.net/profile/Walmes_Zeviani2 -- GitLab