mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
1.1 KiB
1.1 KiB
title, icon, createTime, permalink
| title | icon | createTime | permalink |
|---|---|---|---|
| Node | fa6-brands:node | 2025/10/08 21:59:13 | /en/guide/api/node/ |
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.