0.0.3 • Published 7 years ago

gitbook-plugin-bring-yer-favicon v0.0.3

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

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 your plugins array
  • Add path to your favicon usder favicons in pluginsConfig (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
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago