-
-
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
Hexo get stuck when generate. #1136
Comments
I try to migrate from octopress to hexo. I have 200+ posts, it gets stuck and error on a lot of them. |
The same questions.. |
是因为'-'? |
hexo-util highlight call itself in highlightAuto. It causes a recursion. |
highlight.js language |
https://github.com/isagalaev/highlight.js/search?q=less&type=Issues Hightlight for less is buggy and with very high CPU usage. All node/npm project is full of bugs from upstream. The fix will take a very long time. |
ref #1036 |
The following code will get hexo stuck for ever. And no error or exception is reported.
You should keep everything including indention with four space to get hexo stuck.
I have tested it on Win8.1x64 and ArchLinux x64.
hexo_test.md
Run
hexo generate
, then it will never return and gets stuck(at least an hour).The text was updated successfully, but these errors were encountered: