hexo-filename-date
v0.1.0
Published
A simple Hexo plugin to automatically set the post date based on its filename
Downloads
3
Readme
hexo-filename-date
A simple Hexo plugin to automatically set the post date based on its filename.
Install
$ npm install hexo-filename-date
Using
A file located at source/_posts/2019-12-12-foobar.md
will automatically
have its date set to 2019-12-12
and remove the date prefix from the post title.
License
MIT