1.0.2 • Published 9 months ago

hexo-auto-date v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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'
1.0.2

9 months ago

1.0.0

9 months ago