Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Bandwidth/gitbook-plugin-custom-favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😃

Install via gitbook

In book.json

  • Add custom-favicon to your plugins array
  • Add path to your favicon in favicon under pluginsConfig

book.json

{
	"plugins" : ["custom-favicon"],
	"pluginsConfig" : {
		"favicon": "path/to/favicon.ico"
	}
}

using gitbook-cli

gitbook install

Using NPM

npm install gitbook-plugin-custom-favicon

About

Add your own favicon to gitbook themes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors