pengzhanbo 4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00

1.0 KiB

title, icon, createTime, permalink
title icon createTime permalink
Node fa6-brands:node 2024/03/07 21:59:13 /guide/api/node/

使用

import { plumeTheme } from 'vuepress-theme-plume'

plumeTheme(options)

options : PlumeThemeOptions

主题配置函数。

查看 主题配置 了解更多。

defineThemeConfig(options)

主题配置帮助函数,用于在单独的 plume.config.ts 中使用。

查看 主题配置文件 了解更多。

defineNavbarConfig(options)

主题导航栏配置类型帮助函数。

查看 主题配置 了解更多。

defineCollections(options)

options: (ThemePostCollection | ThemeDocCollection)[]

主题 collections 配置类型帮助函数

查看 主题配置 了解更多。

defineCollection(options)

options: ThemePostCollection | ThemeDocCollection

主题 单个 collection 配置类型帮助函数

查看 主题配置 了解更多。