From 0cd8eb02c74ad3f17ebc79445ea7b7a7ca136d8e Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sat, 20 May 2017 13:20:10 -0400 Subject: favicon --- book.json | 5 +++-- favicon.png | Bin 0 -> 242 bytes 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 favicon.png diff --git a/book.json b/book.json index 6e0db19c9..f4cdd3963 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 000000000..0f3343db0 Binary files /dev/null and b/favicon.png differ -- cgit v1.2.3-24-g4f1b