🐶
blog.terrier.dev

posted: 2019/02/23

netlify-cmsのタイトルに時分秒を設定できるのをPRしたのを思い出したので設定した


すっかり忘れていたが、このblogが雑にぽこぽこ投げるので時間、分、秒もタイトルに使えるといいなーと思って追加するPRを投げていた
https://github.com/netlify/netlify-cms/pull/1207
collections:
  - name: blog
    label: Blog
    folder: contents/pages/blog
    create: true
    # slug: '{{year}}{{month}}{{day}}000000-{{slug}}'
    slug: '{{year}}{{month}}{{day}}{{hour}}{{minute}}{{second}}-{{slug}}'
こんな感じで書き換えると使える

Edit on Github
@terrierscript