Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlogOptions

Hierarchy

  • BlogOptions

Index

Properties

mdx

mdx: { compile: (mdx: string) => Promise<string>; components: Record<string, any>; run: (code: string) => Promise<MdxRenderType> }

Type declaration

  • compile: (mdx: string) => Promise<string>
      • (mdx: string): Promise<string>
      • Parameters

        • mdx: string

        Returns Promise<string>

  • components: Record<string, any>
  • run: (code: string) => Promise<MdxRenderType>

postsDirectory

postsDirectory: string

rewriteMediaUrls

rewriteMediaUrls: false | { mediaDirectory: string; relativeDirectory: string }

truncateLength

truncateLength: number

truncateMarker

truncateMarker: string

Generated using TypeDoc