@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
6 lines (5 loc) • 339 B
TypeScript
import { ViewName } from '../type';
export declare const DefaultTaxonomies: Record<string, string>;
export declare function cleanTreeKey(...elems: string[]): string;
export declare function setupTaxonomyViews(taxonomies: Record<string, string>): ViewName[];
export declare function decodeTaxonomyConfig(data: any): Record<string, string>;