UNPKG

sbg-api

Version:

Pre-processing all source posts before rendering from hexo. Useful for low-end devices to prevent using large number of hexo plugins.

9 lines (8 loc) 260 B
import Bluebird from 'bluebird'; import gulp from 'gulp'; /** * generate feed with hexo * @param done * @param config */ export declare function hexoGenerateFeed(done: gulp.TaskFunctionCallback, config?: import("sbg-utility").ProjConf): Bluebird<unknown>;