vuepress icon indicating copy to clipboard operation
vuepress copied to clipboard

config $siteTitle by frontmatter

Open andyFang94 opened this issue 2 years ago • 0 comments

Feature request

What problem does this feature solve?

Different pages can be configured with different site names

What does the proposed API look like?

  get $siteTitle () {
     const { siteTitle } = this.$page.frontmatter
     return siteTitle  || this.$localeConfig.title || this.$site.title || ''
   }

How should this be implemented in your opinion?

Are you willing to work on this yourself?

andyFang94 avatar Sep 21 '22 09:09 andyFang94