Skip to content
New issue

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

v1.1.1 hexo generate 错误 tagMap categoryMap 未定义 #140

Closed
ghost opened this issue Apr 4, 2013 · 1 comment
Closed

v1.1.1 hexo generate 错误 tagMap categoryMap 未定义 #140

ghost opened this issue Apr 4, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 4, 2013

https://github.com/tommy351/hexo/blob/master/lib/plugins/processor/index.js:314
tagMap[tag] || tag

339:
categoryMap[item] || item

原因,_config.yml 中的 tag_map categoryMap 默认为空值
如改为 tag_map: {} 或其它map即可暂时解决问题

@ghost
Copy link
Author

ghost commented Apr 8, 2013

Fixed #149

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants