UNPKG

@mdfriday/foundry

Version:

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

7 lines 343 B
import { Config } from '../entity/config'; import { Fs } from '../../../domain/fs/type'; /** * Load configuration with custom parameters */ export declare function loadConfigWithParams(fs: Fs, configFilename: string, workingDir: string, modulesDir: string, params?: Record<string, any>): Promise<Config>; //# sourceMappingURL=config.d.ts.map