From 5ab9bb21cd82775c227b953bd54bc0e58821466e Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 16 Jun 2020 22:45:53 -0400 Subject: Add favicons generated with https://realfavicongenerator.net --- layouts/partials/favicon.html | 7 +++++++ static/android-chrome-192x192.png | Bin 0 -> 10489 bytes static/android-chrome-512x512.png | Bin 0 -> 35222 bytes static/apple-touch-icon.png | Bin 0 -> 6044 bytes static/browserconfig.xml | 9 +++++++++ static/favicon-16x16.png | Bin 0 -> 1638 bytes static/favicon-32x32.png | Bin 0 -> 2205 bytes static/favicon.ico | Bin 0 -> 15086 bytes static/mstile-150x150.png | Bin 0 -> 6737 bytes static/safari-pinned-tab.svg | 17 +++++++++++++++++ static/site.webmanifest | 19 +++++++++++++++++++ 11 files changed, 52 insertions(+) create mode 100644 layouts/partials/favicon.html create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-512x512.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/browserconfig.xml create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico create mode 100644 static/mstile-150x150.png create mode 100644 static/safari-pinned-tab.svg create mode 100644 static/site.webmanifest diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..ec36fd2 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..25dc946 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..23ec69e Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..bb79421 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..f9c2e67 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..c0ca71f Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..93d4306 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..1d4727c Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..d8836fb Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..6c1b884 --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,17 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..7ce2763 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "blog.lambda.cx", + "short_name": "blog.lambda.cx", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "start_url": "https://blog.lambda.cx" +} -- cgit v1.2.3