gitbook-plugin-bring-yer-favicon
v0.0.3
Published
replace the gitbook favicons with your own
Downloads
4
Readme
gitbook-plugin-bring-yer-favicon
Add your own favicon to gitbook themes.
This replaces the gitbook favicons listed in the favicons sections in plugin config. List all the favicons that you want placed in the output dir.
Unlike simimlar plugins, this is much more flexible as in it lets you replace any number of icons/pngs.
Install via gitbook
In book.json
- Add
bring-yer-favicon
to yourplugins
array - Add path to your favicon usder
favicons
inpluginsConfig
(see example below)
book.json
{
"plugins" : ["bring-yer-favicon"],
"pluginsConfig" : {
"favicons": {
"favicon.ico": "path/to/favicon.ico",
"apple-touch-icon-precomposed-152.png": "path/to/apple-touch-icon-precomposed-152.png"
}
}
}
using gitbook-cli
gitbook install
Using NPM
npm install gitbook-plugin-bring-yer-favicon