JSPM

gitbook-plugin-favicon

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 155
  • Score
    100M100P100Q82729F
  • License MIT

add favicon to gitbook site

Package Exports

  • gitbook-plugin-favicon

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitbook-plugin-favicon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gitbook-plugin-favicon

This plugin adds an the favicon & Apple Touch Icon to your website.

How to use it?

Add it to your book.json configuration:

{
    "plugins": ["favicon"]
}

Install your plugins using:

$ gitbook install

Configuration

"pluginsConfig": {
    "favicon":{
        "shortcut": "assets/images/favicon.ico",
        "bookmark": "assets/images/favicon.ico",
        "appleTouch": "assets/images/apple-touch-icon.png",
        "appleTouchMore": {
            "120x120": "assets/images/apple-touch-icon-120x120.png",
            "180x180": "assets/images/apple-touch-icon-180x180.png",
        }
    }
}

License

MIT