diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:29:22 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:29:22 -0500 |
commit | 716416862d6f73db33f34bb6ea8320caf8d926a5 (patch) | |
tree | 6c603d37c8eb73f90acbc057c48a59e29448166f | |
parent | e69b4c11d7b9de5d87432b449fe8c1c8006c7ebc (diff) |
Update _config.yml to use my personal favicon, rather than emoji
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _includes/head.html | 1 | ||||
-rw-r--r-- | assets/img/android-chrome-192x192.png (renamed from android-chrome-192x192.png) | bin | 2582 -> 2582 bytes | |||
-rw-r--r-- | assets/img/android-chrome-512x512.png (renamed from android-chrome-512x512.png) | bin | 9703 -> 9703 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon.png (renamed from apple-touch-icon.png) | bin | 2480 -> 2480 bytes | |||
-rw-r--r-- | assets/img/favicon-16x16.png (renamed from favicon-16x16.png) | bin | 786 -> 786 bytes | |||
-rw-r--r-- | assets/img/favicon-32x32.png (renamed from favicon-32x32.png) | bin | 1033 -> 1033 bytes | |||
-rw-r--r-- | assets/img/favicon.ico (renamed from favicon.ico) | bin | 15086 -> 15086 bytes | |||
-rw-r--r-- | assets/img/mstile-144x144.png (renamed from mstile-144x144.png) | bin | 1944 -> 1944 bytes | |||
-rw-r--r-- | assets/img/mstile-150x150.png (renamed from mstile-150x150.png) | bin | 2039 -> 2039 bytes | |||
-rw-r--r-- | assets/img/mstile-310x150.png (renamed from mstile-310x150.png) | bin | 2385 -> 2385 bytes | |||
-rw-r--r-- | assets/img/mstile-310x310.png (renamed from mstile-310x310.png) | bin | 3804 -> 3804 bytes | |||
-rw-r--r-- | assets/img/mstile-70x70.png (renamed from mstile-70x70.png) | bin | 1732 -> 1732 bytes | |||
-rw-r--r-- | assets/img/safari-pinned-tab.svg (renamed from safari-pinned-tab.svg) | 0 |
14 files changed, 2 insertions, 1 deletions
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 <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>. -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 %} <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ site.icon }}</text></svg>"> {% endif %} +<link rel="icon" type="image/png" href="/assets/img/favicon.ico"/> <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | relative_url }}"> diff --git a/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png Binary files differindex 2cb3183..2cb3183 100644 --- a/android-chrome-192x192.png +++ b/assets/img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png Binary files differindex 7f72e04..7f72e04 100644 --- a/android-chrome-512x512.png +++ b/assets/img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/assets/img/apple-touch-icon.png Binary files differindex d86e539..d86e539 100644 --- a/apple-touch-icon.png +++ b/assets/img/apple-touch-icon.png diff --git a/favicon-16x16.png b/assets/img/favicon-16x16.png Binary files differindex 2a73b82..2a73b82 100644 --- a/favicon-16x16.png +++ b/assets/img/favicon-16x16.png diff --git a/favicon-32x32.png b/assets/img/favicon-32x32.png Binary files differindex 4b17b88..4b17b88 100644 --- a/favicon-32x32.png +++ b/assets/img/favicon-32x32.png diff --git a/favicon.ico b/assets/img/favicon.ico Binary files differindex 9a6828f..9a6828f 100644 --- a/favicon.ico +++ b/assets/img/favicon.ico diff --git a/mstile-144x144.png b/assets/img/mstile-144x144.png Binary files differindex 8964960..8964960 100644 --- a/mstile-144x144.png +++ b/assets/img/mstile-144x144.png diff --git a/mstile-150x150.png b/assets/img/mstile-150x150.png Binary files differindex 9bfbaac..9bfbaac 100644 --- a/mstile-150x150.png +++ b/assets/img/mstile-150x150.png diff --git a/mstile-310x150.png b/assets/img/mstile-310x150.png Binary files differindex 30c3615..30c3615 100644 --- a/mstile-310x150.png +++ b/assets/img/mstile-310x150.png diff --git a/mstile-310x310.png b/assets/img/mstile-310x310.png Binary files differindex 4b08919..4b08919 100644 --- a/mstile-310x310.png +++ b/assets/img/mstile-310x310.png diff --git a/mstile-70x70.png b/assets/img/mstile-70x70.png Binary files differindex 12976cc..12976cc 100644 --- a/mstile-70x70.png +++ b/assets/img/mstile-70x70.png diff --git a/safari-pinned-tab.svg b/assets/img/safari-pinned-tab.svg index d7007ca..d7007ca 100644 --- a/safari-pinned-tab.svg +++ b/assets/img/safari-pinned-tab.svg |