vuepress-template

安装环境

npm install -g vuepress

开始

# 开始写作
npm run dev

# 构建静态文件
npm run build

# 发布到 https://<USERNAME>.github.io 需在scripts/release.sh中修改自己的id
npm run release