Blogs 上述在本地文件夹blogs下打开git bash,后进行相关处理,部署是在github上 Video:Hexo部署使用 Website:博客资料 1.常见的hexo使用命令123456789101112131415161718192021##生成npx hexo g##上传npx hexo d##预览npx hexo serve##新建文章npx hexo n ‘myblog’#使用VPN时,调整Git代理设置git config --global http.proxygit config --global https.proxy#未使用VPN时,取消Git代理设置git config --global --unset http.proxygit config --global --unset https.proxy