summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-20 13:20:10 -0400
committerJack Humbert <jack.humb@gmail.com>2017-05-20 13:20:10 -0400
commit0cd8eb02c74ad3f17ebc79445ea7b7a7ca136d8e (patch)
treef8041e1d29f7d6b4d12e6a4ecc33d42c5edfa96e
parent684a02ae3f2ecc6ee312b410039b799c62686f07 (diff)
favicon
-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