Skip to content

Latest commit

 

History

History
executable file
·
70 lines (54 loc) · 1.37 KB

ISSUE_TEMPLATE.md

File metadata and controls

executable file
·
70 lines (54 loc) · 1.37 KB

Before you submit your issue, please tell me your environment info. Also , If you occur ERROR Plugin load failed: , please reinstall hexo and npm as follows, for example.

$ nvm install v8.6
$ nvm use v8.6
$ npm install -g npm
$ npm install -g hexo-cli
$ hexo init hexo-new-blog
$ cd hexo-new-blog
$ npm install
$ npm install hexo-generator-amp --save
$ hexo clean
$ hexo s

Also , if you occur DTraceProviderBindings.node error , please see issue#1 (hexo-related-popular-posts).

For BUG

  • BUG description
  • the way to reproduce
  • log with hexo

For question

just push question

For feature request

just push feature request

Environment Info

OS version

  • OSX (please tell me version)
  • Windows (please tell me version)
  • Linux (please tell me version)

Node version(node -v)

v8.6.0

Your site _config.yml

# Hexo Configuration
...

Your theme _config.yml

# Hexo Configuration
...

Plugin version(npm ls --depth 0)

[email protected] ~/hexo-vanilla-site
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]