UNPKG

static-blog-generator

Version:

Pre-processing of all source posts/articles before rendering using hexo. Useful for low-end devices to avoid memory heap errors. With this package you can prevent using a large number of hexo plugins, because some functions (runners) are separated by task

9 lines (8 loc) 249 B
export * from 'sbg-api'; export * from 'sbg-cli'; export * from 'sbg-server'; export * from 'sbg-utility'; export * as api from 'sbg-api'; export * as cli from 'sbg-cli'; export * as server from 'sbg-server'; export * as utility from 'sbg-utility';