docpad-plugin-datefromfilename
v3.0.0
Published
DocPad plugin for specifying document dates at the beginning of their filenames
Readme
Date from Filename Plugin for DocPad
This plugin provides support for DocPad for specifying document dates at the beginning of their filenames.
Install
npm install --save docpad-plugin-datefromfilenameUsage
To use, simply prepend document file name with date formatted like YYYY-MM-DD
separated from base name with either nothing, space, - or _. In the end
basename (without extension) of your file should look something like this:
2013-03-10_my-awesome-pageConfiguration
By default, this plugin does not remove date part from output filename. This can be changed in your DocPad configuration file by adding something similar to the following:
plugins:
datefromfilename:
removeDate: trueYou can customize the regular expression used to parse dates from filenames with dateRegExp:
plugins:
datefromfilename:
dateRegExp: /\b(\d{4})-(\d{2})-(\d{2})-/License
Licensed under the incredibly permissive MIT License
