-
-
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
新版_config.yml的"permalink:"的错误 #1110
Comments
http://hexo.io/zh-cn/docs/permalinks.html#变量 这不是BUG,Hexo本身就是这样的设定, |
@Xuanwo |
我也碰到了一样的问题,这几天经过测试发现,2.x的 post _config.yml
source/_posts/hello-world.md
url => http://yourdomain/world2/ |
@naog Hello, @liudongkai 的方法能解决问题么? |
permalink: :title.html
会识别成“文件名.html”
无视“_posts”中的文章页头“title: XXX”
且无视“permalink: url”重写
The text was updated successfully, but these errors were encountered: