👀 Add a dynamic title in your vuepress!
- Document: moefy-vuepress
- Live demo: notev
yarn add vuepress-plugin-dynamic-title -D
# or use npm
npm i vuepress-plugin-dynamic-title -D
module.exports = {
plugins: ['dynamic-title'],
}
module.exports = {
plugins: [
[
'dynamic-title',
{
showIcon: '/favicon.ico',
showText: '(/≧▽≦/)咦!又好了!',
hideIcon: '/failure.ico',
hideText: '(●—●)喔哟,崩溃啦!',
recoverTime: 2000,
},
],
],
}