@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
8 lines • 304 B
TypeScript
import { Site } from '../entity/site';
import { Services } from '../type';
/**
* Create new Site instance with enhanced Navigation (including menu building)
* TypeScript equivalent of New function from Go
*/
export declare function newSite(services: Services): Site;
//# sourceMappingURL=site.d.ts.map