1.0.0 • Published 5 years ago
gitbook-plugin-custom-fav v1.0.0
gitbook-plugin-custom-favicon
Add your own favicon to gitbook themes.
Plugin deletes the gitbook favicon located at "_book/gitbook/images/favicon.ico" and replaces with your favicon.
There is probably a better way to do this, but this at least works for most use cases. However, this is a hack :smiley:
Install via gitbook
In book.json
- Add
custom-favto yourpluginsarray - Add path to your favicon in
faviconunderpluginsConfig
book.json
{
"plugins" : ["custom-fav"],
"pluginsConfig" : {
"favicon": "path/to/favicon.ico"
}
}using gitbook-cli
gitbook installUsing NPM
npm install gitbook-plugin-custom-fav1.0.0
5 years ago