个人博客搭建
金典 2021/12/29 vuepress
# vercel+vuepress个人博客搭建
使用vercel免费资源作为服务器,博客框架使用vuepress
# 博客搭建
# 安装
#npm
npm install @vuepress-reco/theme-cli -g
theme-cli init
#yarn
yarn global add @vuepress-reco/theme-cli
theme-cli init
1
2
3
4
5
6
7
2
3
4
5
6
7
github地址 (opens new window) 选择1.x版本即可
将代码推送到个人github库的master分支即可
# 博客部署
在vercel (opens new window)注册账号后登录

点击New Project创建项目,导入github仓库


选择对应仓库后,点击import导入,再点击Deploy构建部署

构建完成后进入概览页,点击Visit按钮,进入博客页面。