# gitbook-plugin-favicon **Repository Path**: menduo/gitbook-plugin-favicon ## Basic Information - **Project Name**: gitbook-plugin-favicon - **Description**: This plugin adds an the favicon & Apple Touch Icon to your website. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-10-25 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: ```json { "plugins": ["favicon"] } ``` Install your plugins using: ```bash $ gitbook install ``` ## Configuration ```json "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