hexo博客同时部署gitee和github,搭建镜像站

hexo博客同时部署gitee和github,实现两站内容一致

前提是你在github和gitee都已经配置好储存库

国内github访问速度较慢,gitee可以作为替补方案

hexo博客同时部署gitee和github,搭建镜像站

在搭建自己的Blog请参见快速搭建简约风格博客Blog美化

_config.ymldeploy下内容作出如下修改

deploy:
  - type: git
    repo: https://gitee.com/liegu0317/liegu0317.git
    branch: master
  - type: git
    repo: https://github.com/LIEGU0317/liegu0317.github.io.git
    branch: master


按照这种格式修改,程序会按顺序进行提交,从而实现两处内容同步的效果

在github中会自动部署,提交后等待即可,而在gitee中需要手动重新部署

hexo博客同时部署gitee和github,搭建镜像站

 


参考资料:
HXEO官方文档

LlieguのBlog(github)

(gitee)


hexo博客同时部署gitee和github,搭建镜像站

 

上一篇:mysql 索引


下一篇:python第八课:字典的魔法+练习题