hexo nexT

命令

hexo init

hexo new

hexo g

hexo s

hexo d

hexo clean

错误:

1.hexo d 报错 Deployer not found: git 

执行 npm install hexo-deployer-git --save 

配置git(_config.yml)

deploy:

type: git
repository: https://github.com/IamFMYS/iamfmys.github.io.git
branch: master

posted @ 2020-06-03 01:08  vvf  阅读(84)  评论(0编辑  收藏  举报