Installation
$ npm install vuepress-theme-td
View example
$ npm run example
How to Use
Configure in your project file .vuepress/config.js
module.exports = {
theme: 'td',
}
Options
module.exports = {
themeConfig: {
//your website set
siteSet:{
showBtn:true, //Show the navigation bar buttons,default 'false'
btnLink:'',//The link of navigation bar buttons
btnTxt:'',//The txt of navigation bar buttons
homeLink:'',//Website logo link
}
}
}