hexo-auto-date
v1.0.2
Published
Hexo plugin to automatically set post date using file creation or modification time
Downloads
8
Readme
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'