π Add a dynamic title in your vuepress!
npm GitHub stars downloads downloads GitHub license
- Document: moefy-vuepress
- Live demo: notev
yarn add vuepress-plugin-dynamic-title -D
# or use npm
npm i vuepress-plugin-dynamic-title -Dmodule.exports = { plugins: ['dynamic-title'], }
module.exports = { plugins: [ [ 'dynamic-title', { showIcon: '/favicon.ico', showText: '(/β§β½β¦/)ε¦!εε₯½δΊ!', hideIcon: '/failure.ico', hideText: '(βγγγΎγββγγγΎγ)εε,ε΄©ζΊε¦!', recoverTime: 2000, }, ], ], }