Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 216 Bytes

processor.md

File metadata and controls

13 lines (10 loc) · 216 Bytes

title: Processor

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.