Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 577 Bytes

Learning Vuepress

Plugins

  • vuepress-plugin-global-variables
  • vuepress-plugin-mathjax

Vuepress eject

Deploy to GH Pages

➜  docs git:(main) ✗ jq '.scripts' package.json 
{
  "dev": "vuepress dev src",
  "build": "vuepress build src",
  "deploy": "npm run build && gh-pages -d src/.vuepress/dist"
}

base

module.exports = {
  title: 'PROCESADORES DE LENGUAJES 2021/2022',
  base: "/vuepress-pl-prototype/",
  ...
}