summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--book.json5
-rw-r--r--favicon.pngbin0 -> 242 bytes
2 files changed, 3 insertions, 2 deletions
diff --git a/book.json b/book.json
index 6e0db19c94..f4cdd39638 100644
--- a/book.json
+++ b/book.json
@@ -2,7 +2,7 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar", "edit-link"],
+    "plugins" : ["toolbar", "edit-link", "custom-favicon"],
     "pluginsConfig": {
             "edit-link": {
                 "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
@@ -17,6 +17,7 @@
                     "url": "https://github.com/qmk/qmk_firmware"
                 }
             ]
-        }
+        },
+        "favicon": "/favicon.png"
     }
 }
diff --git a/favicon.png b/favicon.png
new file mode 100644
index 0000000000..0f3343db0d
--- /dev/null
+++ b/favicon.png
Binary files differ