Skip to content

Add the statistics of busuanzi at the footer of gitbook.

License

Notifications You must be signed in to change notification settings

wangding/gitbook-plugin-busuanzi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Footer with busuanzi for Gitbook

Add the statistics of busuanzi at the footer of gitbook.

Usage

Add it to your book.json:

{
  "plugins": ["busuanzi"],
  "pluginsConfig": {
    "page-footer-ex": {
      "copyright": "By <em>AUTHOR NAME</em>",
      "markdown": false
    }
  }
}

or

{
  "plugins": ["busuanzi"],
  "pluginsConfig": {
    "page-footer-ex": {
      "copyright": "[mrcode](https://github.com/caimaoy)",
      "markdown": true
    }
  }
}

Configuration Properties

{
  "copyright": {
    "type": "string",
    "default": "© All Rights Reserved",
    "title": "Your copyright message",
    "description": "Copyright text"
  },
  "markdown": {
    "type": "boolean",
    "default": false,
    "title": "",
    "description": "Default false for plain text/HTML, true to parse copyright and update_label as Markdown"
  }
}

About

Add the statistics of busuanzi at the footer of gitbook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • CSS 19.2%