1.0.2 • Published 9 months ago
hexo-auto-date v1.0.2
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'