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:

  1. {
  2. "plugins": ["favicon"]
  3. }

Install your plugins using:

  1. $ gitbook install

Configuration

  1. "pluginsConfig": {
  2. "favicon":{
  3. "shortcut": "assets/images/favicon.ico",
  4. "bookmark": "assets/images/favicon.ico",
  5. "appleTouch": "assets/images/apple-touch-icon.png",
  6. "appleTouchMore": {
  7. "120x120": "assets/images/apple-touch-icon-120x120.png",
  8. "180x180": "assets/images/apple-touch-icon-180x180.png",
  9. }
  10. }
  11. }

License

MIT