Use Theme
Install Theme
bash
npm i valaxy-theme-yun
# pnpm add valaxy-theme-yunEnable Theme
Configure the theme field as the theme name, such as yun.
ts
import { defineConfig } from 'valaxy'
export default defineConfig({
theme: 'yun'
})Theme Config
Refer to the corresponding theme documentation, configure themeConfig.
ts
import { defineConfig } from 'valaxy'
export default defineConfig({
theme: 'yun',
themeConfig: {
// ...
}
})