博客搭建历程(2)
本文大多数图片链接失效,建议阅读:https://cloud.tencent.com/developer/article/1656959
一、使用hexo deploy部署博客到Github
使用参考
** 先安装个扩展$ npm install hexo-deployer-git --save **
1.修改博客根目录下的_config_yml文件
123456# Deployment## Docs: https://hexo.io/docs/deployment.htmldeploy: type: git repo: git@github.com:yeshan333/yeshan333.github.io.git # 这个可到Github仓库拿 branch: master