Closed LiangRenDev closed 6 years ago
@LeonAppDev
Can not check the markdown file in question by the following method ?
hexo.extend.filter.register('after_post_render', function(data){
console.log("\u001b[32mFinish\u001b[0m :" + data.source);
return data;
});
hexo.extend.filter.register('before_post_render', function(data){
console.log("\u001b[35mRendering\u001b[0m :" + data.source);
return data;
});
$ hexo clean
$ hexo s
$ hexo clean
$ hexo s
INFO Start processing
Rendering :_posts/hello-world.md
Rendering :_posts/hello-world2.md
Rendering :_posts/hello-world3.md
Finish :_posts/hello-world2.md
Finish :_posts/hello-world3.md
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Template render error: (unknown path) [Line xx, Column xx]
...
In the example above, you can see that there is a problem with _posts/hello-world.md
. Please make sure markdown description is correct. If there is a description now
, that may be a problem.
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Environment Info
Node version(
8.1.0
):Your site
_config.yml
(Optional):Your theme
_config.yml
(Optional):Hexo and Plugin version(
3.3.9
):For BUG
now
, which is undefined or falsey at Object.exports.prettifyError (C:\PrivateAppDev\Hexo\Hexo\node_modules\nunjucks\src\lib.js:34:15) at C:\PrivateAppDev\Hexo\Hexo\node_modules\nunjucks\src\environment.js:486:31 at new_cls.root [as rootRenderFunc] (eval at _compile (C:\PrivateAppDev\Hexo\Hexo\node_modules\nunjucks\src\environment.js:565:24),For question
For feature request