UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

11 lines (10 loc) 285 B
export declare class Layout { home(): string[]; homeList(): string[]; section(section: string): string[]; page(section: string, base: string): string[]; taxonomy(): string[]; term(): string[]; standalone404(): string[]; standaloneSitemap(): string[]; }