Skip to content

Interface: ValaxyConfig<ThemeConfig>

Defined in: packages/valaxy/types/config.ts:413

Type Parameters

ThemeConfig

ThemeConfig = Config

Properties

runtimeConfig

ts
runtimeConfig: RuntimeConfig;

Defined in: packages/valaxy/types/config.ts:442

En

Generated in runtime, do not modify manually

Zh

在运行时生成,请勿手动修改


siteConfig

ts
siteConfig: SiteConfig;

Defined in: packages/valaxy/types/config.ts:420

En

Site info config. This affects info displayed on the site, and is independent of themes.

Zh

站点信息配置,这部分内容面向站点展示,且在不同主题中也是通用的格式

See


theme

ts
theme: string;

Defined in: packages/valaxy/types/config.ts:428

The name of theme

Description

主题名称

See


themeConfig

ts
themeConfig: ThemeConfig & object;

Defined in: packages/valaxy/types/config.ts:435

The config of theme

Type declaration

pkg
ts
pkg: Pkg;

Zh

请参考对应主题的相关文档

Description

主题配置

See

默认 Yun 主题文档