An open API service indexing awesome lists of open source software.

https://github.com/webkong/gitbook-plugin-local-pagefooter

gitbook页脚插件时间为本地时间
https://github.com/webkong/gitbook-plugin-local-pagefooter

Last synced: 4 months ago
JSON representation

gitbook页脚插件时间为本地时间

Awesome Lists containing this project

README

          

# gitbook-plugin-local-pagefooter

[English](./README.md) [简体中文](./README_zh.md)

Customize the footer of each article, you can add copyright and document reversion of time. The time can be local or UTC.

### Install

```
npm install gitbook-plugin-local-pagefooter

or in book.json

"plugins":{
"local-pagefooter",
}
and run
gitbook install
```

### Useage

```
"plugins":{
"local-pagefooter",
}
```

### Configuration

```javascript
"local-pagefooter": {
"copyright":"&copy someone",
"islocal" : true, // true/false
"modify_label": "The document reversion time: ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
```

> fields copyright and modify_label support html code.