diff --git a/packages/@vuepress/theme-default/components/Home.vue b/packages/@vuepress/theme-default/components/Home.vue index 926428a5c8..c765b7be7d 100644 --- a/packages/@vuepress/theme-default/components/Home.vue +++ b/packages/@vuepress/theme-default/components/Home.vue @@ -9,7 +9,7 @@
+
{{ data.tagline || $description || 'Welcome to your VuePress site' }}
diff --git a/packages/docs/docs/theme/default-theme-config.md b/packages/docs/docs/theme/default-theme-config.md index c83410345b..dc18b3967b 100644 --- a/packages/docs/docs/theme/default-theme-config.md +++ b/packages/docs/docs/theme/default-theme-config.md @@ -29,6 +29,8 @@ footer: MIT Licensed | Copyright © 2018-present Evan You --- ``` +You can disable `title` and `subtitle` by setting the corresponding field to `null`. + Any extra content after the `YAML front matter` will be parsed as normal Markdown and rendered after the features section. To use a fully custom homepage layout, you can also use a [Custom Layout](#custom-layout-for-specific-pages). diff --git a/packages/docs/docs/zh/theme/default-theme-config.md b/packages/docs/docs/zh/theme/default-theme-config.md index 4d4a4751b9..a9622bfffa 100644 --- a/packages/docs/docs/zh/theme/default-theme-config.md +++ b/packages/docs/docs/zh/theme/default-theme-config.md @@ -27,6 +27,8 @@ footer: MIT Licensed | Copyright © 2018-present Evan You --- ``` +你可以将相应的内容设置为 `null` 来禁用标题和副标题。 + 任何 `YAML front matter` 之后额外的内容将会以普通的 markdown 被渲染,并插入到 `features` 的后面。 ## 导航栏