menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right node_modules chevron_right gitbook-plugin-favicon
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    lightbulb_outline 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