UNPKG

@mdfriday/foundry

Version:

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

15 lines 514 B
import { Source } from "../../../domain/content/entity/pagesource"; import { PageOutput } from "../../../domain/content"; import { PageImpl } from "../../../domain/content/entity/page"; export declare class Output { private source; private pageKind; private baseName; private target; constructor(source: Source, pageKind: string); private setBasename; private buildTarget; private createBasicResult; output(page: PageImpl): PageOutput; } //# sourceMappingURL=pageoutput.d.ts.map