1.0.5 • Published 7 years ago

gitbook-plugin-favicon-plus v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-favicon

gitbook-plugin-favicon, 可配置目录

gitbook plugin url

favicon-plus

Install

Add the below to your book.json file, then run gitbook install in book folder:

{
    "plugins": ["favicon-plus"]
}

config

book.json

{
    "plugins" : ["favicon-plus"],
    "pluginsConfig" : {
        "favicon": "path to favicon.ico",
        "appleTouchIconPrecomposed152": "path to appleTouchIconPrecomposed152.png",
        "output": "book output path",
    }
}