-
-
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 server
error when I change the config
#1099
Comments
@breestealth Hello, problem still exist? |
i also have this problem.And when i add a new post,and after hexo g d,could not synchronise to my github |
hello , this problem also exists. |
I alse have this problem. And I'm only new a post on my pc. |
Hi, I also have this problem. and when I restore the new_post_name to ":titile.md", the error is gone. Maybe ":year:month:day.md" will name the file repeatedly? Do you resolve this problerm? |
@souvenir13 Thanks! the problem disappeared after I changed back to ":titile.md"! |
I believe the answer lies somewhere around here: hexo/lib/plugins/processor/post.js Line 53 in 0b26940
But I'm unable to understand why |
我改回titile.md也不报错了 |
Reproduced in Hexo 5.2.0 |
thanks |
I change the config file to this one(just for the changed parts):
In this way, when I add a new post, the post file name would be like this "20150310.md"
However, when I run
hexo server
I will got an error like this:I run
hexo clean
before every other command. So there would be nothing about the cache.The text was updated successfully, but these errors were encountered: