0


发布博客到互联网

首先打开你的_config.yml文件,在文件的最下面的代码写改为下面这种,其中repository是你的GitHub仓库的地址。

deploy:
  type: git
  repository: https://github.com/JingYu1205/JingYu1205.io.github.git
  branch: main

在这里插入图片描述
首先安装这个工具,这样的话就是安装成功了。

npm install hexo-deployer-git --save

在这里插入图片描述
生成页面的一个命令

hexo g
标签: git github docker

本文转载自: https://blog.csdn.net/qq_46285118/article/details/122272223
版权归原作者 静Yu 所有, 如有侵权,请联系我们删除。

“发布博客到互联网”的评论:

还没有评论