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:

  1. {
  2. "plugins": ["favicon-plus"]
  3. }

config

book.json

  1. {
  2. "plugins" : ["favicon-plus"],
  3. "pluginsConfig" : {
  4. "favicon": "path to favicon.ico",
  5. "appleTouchIconPrecomposed152": "path to appleTouchIconPrecomposed152.png",
  6. "output": "book output path",
  7. }
  8. }