mirror of https://github.com/YunYouJun/valaxy
566 B
566 B
title | title_zh | categories | top | |
---|---|---|---|---|
Use Theme | 使用主题 |
|
100 |
安装主题
npm i valaxy-theme-yun
# pnpm add valaxy-theme-yun
启用主题
配置 theme
字段为主题名称,如 yun
。
// valaxy.config.ts
import { defineConfig } from 'valaxy'
export default defineConfig({
theme: 'yun'
})
主题配置
参见对应主题文档,配置 themeConfig
。
// valaxy.config.ts
import { defineConfig } from 'valaxy'
export default defineConfig({
theme: 'yun',
themeConfig: {
// ...
}
})