@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
16 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PageKind = void 0;
exports.PageKind = {
PAGE: 'page',
HOME: 'home',
SECTION: 'section',
TAXONOMY: 'taxonomy',
TERM: 'term',
RSS: 'rss',
SITEMAP: 'sitemap',
SITEMAP_INDEX: 'sitemapindex',
ROBOTS_TXT: 'robotstxt',
STATUS_404: '404',
};
//# sourceMappingURL=type.js.map