Gitee——搭建个人博客网站
作者:互联网
在gitee上搭建个人博客以及更换主题
环境准备
node.js
官网下载直接安装即可。heox
Windows安装heox教程
部署过程报错解决
(1)hexo d
报错:ERROR Deployer not found: git
这是因为没有安装hexo-deployer-git插件,在站点目录下输入下面的命令安装插件就好了。
解决方法:
npm install --save hexo-deployer-git
标签:插件,git,hexo,deployer,博客,Gitee,报错,安装,搭建 来源: https://blog.csdn.net/qq_45779334/article/details/113099364