https://presbyter2015.github.io/
yarn
yarn run dev
yarn run build
- 生成的dist的文件夹的内容直接覆盖到Tomny2016.GitHub.io的文件夹下
.
├─ docs
│ ├─ README.md
│ └─ .vuepress
│ .
│ └─ components
│ └─ config.js
│ └─ dist
└─ package.json
- 直接提交代码到仓库
git push origin master