How to make all posts have a permalink with custom format “domain.com/blog/title”?

前端 未结 1 1414
栀梦
栀梦 2020-12-16 11:58

What I\'m trying to do is get all my posts to have the following format: domain.com/blog/title.

However, in my _posts folder I have a file named 2

相关标签:
1条回答
  • 2020-12-16 12:17

    You should move the permalink setting into the _config.yml file as described at http://jekyllrb.com/docs/configuration/

    0 讨论(0)
提交回复
热议问题