Skip to content

new_post_name 中如何用下划线分隔日期和标题 #1970

@seisman

Description

@seisman

想要文件名格式为 2010-03-20_this-is-tilt.md

尝试将 new_post_name 设置为如下几个值都不行:

  1. :year-:month-:day_:title.md => 2016-05-undefinedtest.md
  2. :year-:month-:{day}_:title.md => 2016-05-:{day}_test.md
  3. :year-:month-:day\_:title.md => _posts/2016-05-22\_test.md

请问是否有解决办法?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions