Skip to content

Instantly share code, notes, and snippets.

@JuanVqz
Last active June 26, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuanVqz/740e264aad4dbe6370a6450e4f84790f to your computer and use it in GitHub Desktop.
Save JuanVqz/740e264aad4dbe6370a6450e4f84790f to your computer and use it in GitHub Desktop.
configuración de vuepress
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