Skip to content

webkong/gitbook-plugin-local-pagefooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbook-plugin-local-pagefooter

English 简体中文

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

"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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published