/hexo-auto-date

Hexo plugin to automatically set post date using file creation or modification time

Primary LanguageJavaScriptMIT LicenseMIT

hexo-auto-date

Hexo plugin to automatically set post date using file creation or modification time

Installation

npm install hexo-auto-date --save

Usage

hexo_auto_date:
  enable: true  # enable the plugin, default is true
  strategy: ctime  # 'ctime' - create time or 'mtime' - modify time,default is 'ctime'