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.
21 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sitemap = exports.post = exports.seo = exports.safelink = exports.feed = exports.clean = exports.Application = void 0;
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./api"), exports);
var api_1 = require("./api");
Object.defineProperty(exports, "Application", { enumerable: true, get: function () { return tslib_1.__importDefault(api_1).default; } });
tslib_1.__exportStar(require("./clean"), exports);
exports.clean = tslib_1.__importStar(require("./clean"));
tslib_1.__exportStar(require("./feed"), exports);
exports.feed = tslib_1.__importStar(require("./feed"));
tslib_1.__exportStar(require("./gulp.safelink"), exports);
exports.safelink = tslib_1.__importStar(require("./gulp.safelink"));
tslib_1.__exportStar(require("./gulp.seo"), exports);
exports.seo = tslib_1.__importStar(require("./gulp.seo"));
tslib_1.__exportStar(require("./post"), exports);
exports.post = tslib_1.__importStar(require("./post"));
tslib_1.__exportStar(require("./sitemap"), exports);
exports.sitemap = tslib_1.__importStar(require("./sitemap"));
//
//# sourceMappingURL=index-exports.js.map