kubernetes-handbook/gitbook-plugin-favicon
rootsongjc cd11aa375a deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00
..
.npmignore deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00
CHANGELOG.md deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00
README.md deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00
index.js deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00
package.json deploy: 1a5e3f08c0 2022-02-22 08:00:11 +00:00

README.md

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