gitbook-plugin-custom-html-footer

0.0.3 • Public • Published

Custom HTML Footer for Gitbook

This plugin allows to add a HTML footer to all pages in a book while ignoring the summary column in the process.

Usage

  1. Update your book.json
{
  "plugins": [
    "custom-html-footer"
  ],
  "pluginsConfig": {
    "custom-html-footer": {
      "footerPath" : "custom-html-footers/footer.html"
    }
  }
}
  1. Install the book dependencies gitbook install

Note

This project is a fork of gitbook-plugin-footer.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gitbook-plugin-custom-html-footer

    Weekly Downloads

    0

    Version

    0.0.3

    License

    none

    Unpacked Size

    2.59 kB

    Total Files

    3

    Last publish

    Collaborators

    • carlo.caprini