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.

6 lines (5 loc) 217 B
import gulp from 'gulp'; /** * clean old archives (categories, tags, pagination) from deployment directory */ export default function cleanArchive(callback?: gulp.TaskFunctionCallback | (() => any)): Promise<void>;