Last active
June 26, 2018 16:02
-
-
Save JuanVqz/740e264aad4dbe6370a6450e4f84790f to your computer and use it in GitHub Desktop.
configuración de vuepress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
title: 'JuanVqz.github.io', | |
themeConfig: { | |
nav: [ | |
{ text: 'Bienvenido', link: '/'} | |
], | |
sidebar: [ | |
'/', | |
'/blog/2018-03-20-editor-markdown-con-vuejs', | |
'/blog/2017-09-21-primeros-pasos-en-vuejs', | |
'/blog/2017-07-02-pagina-web-en-github-pages-gratis', | |
'/blog/2017-06-11-actualizando-la-version-de-vuex', | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment