# vuepress-plugin-dynamic-title
π Add a dynamic title in your vuepress!
- Document: moefy-vuepress (opens new window)
- Live demo: notev (opens new window)
# Install
yarn add vuepress-plugin-dynamic-title -D
# or use npm
npm i vuepress-plugin-dynamic-title -D
# Usage
module.exports = {
plugins: ['dynamic-title'],
}
# Options
module.exports = {
plugins: [
[
'dynamic-title',
{
showIcon: '/favicon.ico',
showText: '(/β§β½β¦/)ε¦οΌεε₯½δΊοΌ',
hideIcon: '/failure.ico',
hideText: '(βββ)εεοΌε΄©ζΊε¦οΌ',
recoverTime: 2000,
},
],
],
}