Use Theme

Install Theme

bash
npm i valaxy-theme-yun
# pnpm add valaxy-theme-yun

Enable Theme

Configure the theme field as the theme name, such as yun.

valaxy.config.ts
ts
import { defineConfig } from 'valaxy'

export default defineConfig({
  theme: 'yun'
})

Theme Config

Refer to the corresponding theme documentation, configure themeConfig.

valaxy-theme-yun

valaxy.config.ts
ts
import { defineConfig } from 'valaxy'

export default defineConfig({
  theme: 'yun',
  themeConfig: {
    // ...
  }
})

Contributors