gitbook-plugin-theme-archeros
v1.0.22
Published
gitbook plugin theme fro Archer OS
Downloads
27
Readme
Gitbook theme
Usage
Add the theme to your book's configuration book.json
or book.js
:
{
"plugins": [
"theme-archeros"
],
"pluginsConfig": {
"theme-archeros":{
"search-placeholder":"输入关键字搜索", //搜索框提示信息
"logo":"./assets/logo.png", //logo地址
"favicon": "./assets/favicon.ico" //ico地址
"copyright": "XXX", // copy
"modify_label": "时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
},
Install by command:
gitbook install
Recommand plugins
plugins: [
'-sharing',
'-search',
'search-pro',
'back-to-top-button',
'cuav-chapters',
'theme-archeros'
//...
];