Interface: ValaxyConfig<ThemeConfig>

Source: 1.0.0-rc.14 · a572916b42ec

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

Type Parameters

ThemeConfig

ThemeConfig = Config

Properties

devtools?

ts
optional devtools?: boolean;

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

Enable development tools and the page inspection bridge.


runtimeConfig

ts
runtimeConfig: RuntimeConfig;

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

En

Generated in runtime, do not modify manually

Zh

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


siteConfig

ts
siteConfig: SiteConfig;

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

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:523

The name of theme

Description

主题名称

See


themeConfig

ts
themeConfig: ThemeConfig & object;

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

The config of theme

Type Declaration

pkg
ts
pkg: Pkg;

Zh

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

Description

主题配置

See

默认 Yun 主题文档