Gitee-build a personal blog site

Build a personal blog on gitee and change the theme

Environmental preparation

Error resolution during deployment

(1) hexo dError:ERROR Deployer not found: git

This is because the hexo-deployer-git plug-in is not installed, just enter the following command in the site directory to install the plug-in.

Solution:

npm install --save hexo-deployer-git

Guess you like

Origin blog.csdn.net/qq_45779334/article/details/113099364