@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
7 lines (6 loc) • 434 B
TypeScript
import { SocialConfig, SocialPlatformTemplate } from '../type';
export declare const DefaultSocialPlatformTemplates: SocialPlatformTemplate[];
export declare const DefaultSocialConfig: SocialConfig;
export declare function decodeSocialConfig(social: any): SocialConfig;
export declare function getSocialPlatformTemplate(id: string): SocialPlatformTemplate | undefined;
export declare function getAvailableSocialPlatforms(): string[];