Hexo远程部署Vultr
1. 本地操作
-
Hexo安装完成
-
Git安装完成
-
Git配置(Git Bash)
1 2
git config --global user.name "你的用户名" git config --global user.email "你的电子邮箱"
-
Git SSH Keys(Git Bash)
1 2 3 4
cd ~ mkdir .ssh cd .ssh ssh-keygen -t rsa
-
Hexo安装hexo-deployer-git插件