We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node version(node -v): v9.4.0
node -v
Your site _config.yml (Optional): https://github.com/lcy362/blog.source/blob/master/_config.yml
_config.yml
Your theme _config.yml (Optional):
Hexo and Plugin version(npm ls --depth 0): 3.4.4
npm ls --depth 0
my hexo works just fine until a while ago, at that time I installed hexo-generator-robotstxt as https://www.npmjs.com/package/hexo-generator-robotstxt.
Then I can't deploy to git.
I tried re install hexo-git with npm install hexo-deployer-git --save, but not work
How can I fix this?
The text was updated successfully, but these errors were encountered:
I removed this part in the config file, and it works:
plugins: - hexo-generator-robotstxt
it seems I don't need to config used plugins, it can be recognised automatically. But if I do config this, other plugins will not be loaded.
Sorry, something went wrong.
Glad you figure it out. Close as resolved.
No branches or pull requests
Environment Info
Node version(
node -v
): v9.4.0Your site
_config.yml
(Optional): https://github.com/lcy362/blog.source/blob/master/_config.ymlYour theme
_config.yml
(Optional):Hexo and Plugin version(
npm ls --depth 0
): 3.4.4Question
my hexo works just fine until a while ago, at that time I installed hexo-generator-robotstxt as https://www.npmjs.com/package/hexo-generator-robotstxt.
Then I can't deploy to git.
I tried re install hexo-git with npm install hexo-deployer-git --save, but not work
How can I fix this?
The text was updated successfully, but these errors were encountered: