vuepress-theme-td
v1.4.23
Published
vuepress开发的主题
Readme
Installation
$ npm install vuepress-theme-tdView example
$ npm run exampleHow 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
}
}
}