- vuepress-plugin-global-variables
- vuepress-plugin-mathjax
➜ 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"
}
module.exports = {
title: 'PROCESADORES DE LENGUAJES 2021/2022',
base: "/vuepress-pl-prototype/",
...
}