gitbook-plugin-page-copyright
v1.0.8
Published
gitbook plugin page footer
Downloads
9
Readme
gitbook-plugin-page-footer
gitbook plugin url
Install
Add the below to your book.json
file, then run gitbook install
in book folder:
{
"plugins": ["page-copyright"]
}
config
book.json
{
"plugins" : ["page-copyright"],
"pluginsConfig" : {
"page-copyright": {
"description": "modified at",
"signature": "Skylor.min",
"wisdom": "Designer, Frontend Developer & overall web enthusiast",
"format": "YYYY-MM-dd hh:mm:ss",
"copyright": "Copyright © skylor",
"timeColor": "#666",
"copyrightColor": "#666",
"utcOffset": "8",
"style": "normal",
"noPowered": false,
}
}
}