Node
About 112 wordsLess than 1 minute
2025-10-08
Usage
import { plumeTheme } from 'vuepress-theme-plume'
plumeTheme(options)
options : PlumeThemeOptions
Theme configuration function.
See Theme Configuration for more information.
defineThemeConfig(options)
Theme configuration helper function for use in separate plume.config.ts
files.
See Theme Configuration File for more information.
defineNavbarConfig(options)
Theme navbar configuration type helper function.
See Theme Configuration for more information.
defineCollections(options)
options: (ThemePostCollection | ThemeDocCollection)[]
Theme collections configuration type helper function.
See Theme Configuration for more information.
defineCollection(options)
options: ThemePostCollection | ThemeDocCollection
Theme single collection configuration type helper function.
See Theme Configuration for more information.