-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
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
0 participants
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即可暂时解决问题
The text was updated successfully, but these errors were encountered: