From 716416862d6f73db33f34bb6ea8320caf8d926a5 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 02:29:22 -0500 Subject: Update _config.yml to use my personal favicon, rather than emoji --- _config.yml | 2 +- _includes/head.html | 1 + android-chrome-192x192.png | Bin 2582 -> 0 bytes android-chrome-512x512.png | Bin 9703 -> 0 bytes apple-touch-icon.png | Bin 2480 -> 0 bytes assets/img/android-chrome-192x192.png | Bin 0 -> 2582 bytes assets/img/android-chrome-512x512.png | Bin 0 -> 9703 bytes assets/img/apple-touch-icon.png | Bin 0 -> 2480 bytes assets/img/favicon-16x16.png | Bin 0 -> 786 bytes assets/img/favicon-32x32.png | Bin 0 -> 1033 bytes assets/img/favicon.ico | Bin 0 -> 15086 bytes assets/img/mstile-144x144.png | Bin 0 -> 1944 bytes assets/img/mstile-150x150.png | Bin 0 -> 2039 bytes assets/img/mstile-310x150.png | Bin 0 -> 2385 bytes assets/img/mstile-310x310.png | Bin 0 -> 3804 bytes assets/img/mstile-70x70.png | Bin 0 -> 1732 bytes assets/img/safari-pinned-tab.svg | 39 ++++++++++++++++++++++++++++++++++ favicon-16x16.png | Bin 786 -> 0 bytes favicon-32x32.png | Bin 1033 -> 0 bytes favicon.ico | Bin 15086 -> 0 bytes mstile-144x144.png | Bin 1944 -> 0 bytes mstile-150x150.png | Bin 2039 -> 0 bytes mstile-310x150.png | Bin 2385 -> 0 bytes mstile-310x310.png | Bin 3804 -> 0 bytes mstile-70x70.png | Bin 1732 -> 0 bytes safari-pinned-tab.svg | 39 ---------------------------------- 26 files changed, 41 insertions(+), 40 deletions(-) delete mode 100644 android-chrome-192x192.png delete mode 100644 android-chrome-512x512.png delete mode 100644 apple-touch-icon.png create mode 100644 assets/img/android-chrome-192x192.png create mode 100644 assets/img/android-chrome-512x512.png create mode 100644 assets/img/apple-touch-icon.png create mode 100644 assets/img/favicon-16x16.png create mode 100644 assets/img/favicon-32x32.png create mode 100644 assets/img/favicon.ico create mode 100644 assets/img/mstile-144x144.png create mode 100644 assets/img/mstile-150x150.png create mode 100644 assets/img/mstile-310x150.png create mode 100644 assets/img/mstile-310x310.png create mode 100644 assets/img/mstile-70x70.png create mode 100644 assets/img/safari-pinned-tab.svg delete mode 100644 favicon-16x16.png delete mode 100644 favicon-32x32.png delete mode 100644 favicon.ico delete mode 100644 mstile-144x144.png delete mode 100644 mstile-150x150.png delete mode 100644 mstile-310x150.png delete mode 100644 mstile-310x310.png delete mode 100644 mstile-70x70.png delete mode 100644 safari-pinned-tab.svg diff --git a/_config.yml b/_config.yml index a2d1918..309fffb 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ footer_text: > Powered by Jekyll with al-folio theme. Photos from Unsplash. -icon: 🔥 # the emoji used as the favicon +icon: # 💻 This emoji is the PC. If icon is empty, then my favicon is used. baseurl: # the subpath of your site, e.g. /blog/ url: "https://karl.hallsby.com" # the base hostname & protocol for your site last_updated: false # set to true if you want to display last updated in the footer diff --git a/_includes/head.html b/_includes/head.html index 3b1f1f3..661b497 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -40,6 +40,7 @@ {% if site.icon != empty %} {% endif %} + diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index 2cb3183..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index 7f72e04..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index d86e539..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000..2cb3183 Binary files /dev/null and b/assets/img/android-chrome-192x192.png differ diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000..7f72e04 Binary files /dev/null and b/assets/img/android-chrome-512x512.png differ diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..d86e539 Binary files /dev/null and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..2a73b82 Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000..4b17b88 Binary files /dev/null and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico new file mode 100644 index 0000000..9a6828f Binary files /dev/null and b/assets/img/favicon.ico differ diff --git a/assets/img/mstile-144x144.png b/assets/img/mstile-144x144.png new file mode 100644 index 0000000..8964960 Binary files /dev/null and b/assets/img/mstile-144x144.png differ diff --git a/assets/img/mstile-150x150.png b/assets/img/mstile-150x150.png new file mode 100644 index 0000000..9bfbaac Binary files /dev/null and b/assets/img/mstile-150x150.png differ diff --git a/assets/img/mstile-310x150.png b/assets/img/mstile-310x150.png new file mode 100644 index 0000000..30c3615 Binary files /dev/null and b/assets/img/mstile-310x150.png differ diff --git a/assets/img/mstile-310x310.png b/assets/img/mstile-310x310.png new file mode 100644 index 0000000..4b08919 Binary files /dev/null and b/assets/img/mstile-310x310.png differ diff --git a/assets/img/mstile-70x70.png b/assets/img/mstile-70x70.png new file mode 100644 index 0000000..12976cc Binary files /dev/null and b/assets/img/mstile-70x70.png differ diff --git a/assets/img/safari-pinned-tab.svg b/assets/img/safari-pinned-tab.svg new file mode 100644 index 0000000..d7007ca --- /dev/null +++ b/assets/img/safari-pinned-tab.svg @@ -0,0 +1,39 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 2a73b82..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 4b17b88..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 9a6828f..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/mstile-144x144.png b/mstile-144x144.png deleted file mode 100644 index 8964960..0000000 Binary files a/mstile-144x144.png and /dev/null differ diff --git a/mstile-150x150.png b/mstile-150x150.png deleted file mode 100644 index 9bfbaac..0000000 Binary files a/mstile-150x150.png and /dev/null differ diff --git a/mstile-310x150.png b/mstile-310x150.png deleted file mode 100644 index 30c3615..0000000 Binary files a/mstile-310x150.png and /dev/null differ diff --git a/mstile-310x310.png b/mstile-310x310.png deleted file mode 100644 index 4b08919..0000000 Binary files a/mstile-310x310.png and /dev/null differ diff --git a/mstile-70x70.png b/mstile-70x70.png deleted file mode 100644 index 12976cc..0000000 Binary files a/mstile-70x70.png and /dev/null differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg deleted file mode 100644 index d7007ca..0000000 --- a/safari-pinned-tab.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - -- cgit v1.2.3