A processor is used to process source files in the source folder.
Synopsis
hexo.extend.processor.register(rule, function (file) {
// ...
});For more info, see box.
Loading...
A processor is used to process source files in the source folder.
hexo.extend.processor.register(rule, function (file) {
// ...
});For more info, see box.