gitbook-plugin-busuanzi

0.0.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gitbook-plugin-busuanzi

      Weekly Downloads

      3

      Version

      0.0.3

      License

      MIT

      Unpacked Size

      5.3 kB

      Total Files

      7

      Last publish

      Collaborators

      • caimaoy