hexojs / hexo-deployer-git

Git deployer plugin for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deployer not found git

xfqwdsj opened this issue · comments

commented

Configuration files and deployer are configured correctly

# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: next

plugins:
- hexo-generator-feed
- hexo-generator-sitemap

feed:
	type: atom
	path: rss.xml
	limit: 20

sitemap:
	path: blog.xml

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
	type: git
	repo: git@xfqwdsj:xfqwdsj/blog.git
	branch: master
commented

#1447

commented

Please remove the plugins: option in your _config.yml. Thanks.