1
lady OP |
2
wozhapen 2014-10-07 19:09:56 +08:00
@lady 没发现问题呀,_config.yaml里默认设置不就是permalink: :year/:month/:day/:title/,按理说链接不会变呀。。挺好的我这个,http://wozhapen.gitcafe.com 。
|
3
ytf4425 2014-10-07 19:27:50 +08:00
你提到的链接过长问题去_config.yaml找permalink设置,url中title根据我的使用经验来看读取的是文件名(source/_posts/文件夹中的文件)中的标题
你可以设置的简单一点比如2014-08-30-kai-xue.markdown 出来的效果应该就是https://wuaidu.com/html/kai-xue.html 这样差不多的 |
4
lady OP 不是我是说修改为permalink: :year/:month/:day/:id/ 会变化
|
6
wozhapen 2014-10-07 19:37:22 +08:00
@ytf4425 恩,是的,每次写文章hexo n title的时候,title短一点且英文,链接就会很好看,然后在title.md 中的title改成想要的中文就行了。
|
7
ytf4425 2014-10-07 20:17:36 +08:00
|
8
jerryjhou 2014-10-07 20:21:15 +08:00 via Android
证书报错,Android Chrome,注意配置证书链
|
10
lady OP @ytf4425 hexo是有的,http://hexo.io/docs/writing.html
|