vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 922 forks source link

headtxt add head #1378

Closed pridejoy closed 1 year ago

pridejoy commented 1 year ago

Clear and concise description of the problem

希望能增加一个头部的配置。目前只有配置logo。要是能加上配置个文字就完美了

image

Suggested solution

增加文字配置

export default { head: [['link', { rel: 'icon', href: '/images/logo.png' }]], } export default { headtxt: ['123123', }], }

Alternative

No response

Additional context

No response

pridejoy commented 1 year ago

image

这样增加了很多还没有效果。不想要logo。只要有简单的文字显示也好 image 看起来空荡荡的。根据官放的配置比较麻烦

Mister-Hope commented 1 year ago

Set title

image

https://v2.vuepress.vuejs.org/zh/reference/config.html#title