-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
contribution welcomeContributions welcomeContributions welcometopic: themeRelates to VuePress themeRelates to VuePress theme
Description
Feature request
What problem does this feature solve?
It gives the ability to change home page title.
What does the proposed API look like?
It's not going to change API.
How should this be implemented in your opinion?
Imagine you want to use homepage option so you set home: true
then you search something that exist on homepage:
It is shown as Home
and you can not change homepage title because when home
is true
it's hard coded and I don't know why:
vuepress/packages/@vuepress/shared-utils/src/inferTitle.ts
Lines 12 to 14 in 7977532
if (frontmatter.home) { | |
return 'Home' | |
} |
Are you willing to work on this yourself?
Yes.
Metadata
Metadata
Assignees
Labels
contribution welcomeContributions welcomeContributions welcometopic: themeRelates to VuePress themeRelates to VuePress theme