Skip to content

ULL-MII-SYTWS-2223/vuepress-apuntes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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/",
  ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published