@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
11 lines • 325 B
TypeScript
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[];
}
//# sourceMappingURL=pagelayout.d.ts.map