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.

15 lines (14 loc) 448 B
export * from './api'; export { default as Application } from './api'; export * from './clean'; export * as clean from './clean'; export * from './feed'; export * as feed from './feed'; export * from './gulp.safelink'; export * as safelink from './gulp.safelink'; export * from './gulp.seo'; export * as seo from './gulp.seo'; export * from './post'; export * as post from './post'; export * from './sitemap'; export * as sitemap from './sitemap';