diff options
author | Dante Catalfamo | 2020-06-16 22:45:53 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-16 22:45:53 -0400 |
commit | 5ab9bb21cd82775c227b953bd54bc0e58821466e (patch) | |
tree | ddf5b04cd93a174bef85732353dcc255f3b84fca | |
parent | f93feb47f1dad43bd10becd3c9a13dce3264785f (diff) | |
download | blog-5ab9bb21cd82775c227b953bd54bc0e58821466e.tar.gz blog-5ab9bb21cd82775c227b953bd54bc0e58821466e.tar.bz2 blog-5ab9bb21cd82775c227b953bd54bc0e58821466e.zip |
Add favicons generated with https://realfavicongenerator.net
-rw-r--r-- | layouts/partials/favicon.html | 7 | ||||
-rw-r--r-- | static/android-chrome-192x192.png | bin | 0 -> 10489 bytes | |||
-rw-r--r-- | static/android-chrome-512x512.png | bin | 0 -> 35222 bytes | |||
-rw-r--r-- | static/apple-touch-icon.png | bin | 0 -> 6044 bytes | |||
-rw-r--r-- | static/browserconfig.xml | 9 | ||||
-rw-r--r-- | static/favicon-16x16.png | bin | 0 -> 1638 bytes | |||
-rw-r--r-- | static/favicon-32x32.png | bin | 0 -> 2205 bytes | |||
-rw-r--r-- | static/favicon.ico | bin | 0 -> 15086 bytes | |||
-rw-r--r-- | static/mstile-150x150.png | bin | 0 -> 6737 bytes | |||
-rw-r--r-- | static/safari-pinned-tab.svg | 17 | ||||
-rw-r--r-- | static/site.webmanifest | 19 |
11 files changed, 52 insertions, 0 deletions
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 @@ +<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> +<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> +<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> +<link rel="manifest" href="/site.webmanifest"> +<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> +<meta name="msapplication-TileColor" content="#2b5797"> +<meta name="theme-color" content="#ffffff"> diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..25dc946 --- /dev/null +++ b/static/android-chrome-192x192.png diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..23ec69e --- /dev/null +++ b/static/android-chrome-512x512.png diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..bb79421 --- /dev/null +++ b/static/apple-touch-icon.png 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#2b5797</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..c0ca71f --- /dev/null +++ b/static/favicon-16x16.png diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..93d4306 --- /dev/null +++ b/static/favicon-32x32.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..1d4727c --- /dev/null +++ b/static/favicon.ico diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..d8836fb --- /dev/null +++ b/static/mstile-150x150.png 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 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="540.000000pt" height="540.000000pt" viewBox="0 0 540.000000 540.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.11, written by Peter Selinger 2001-2013 +</metadata> +<g transform="translate(0.000000,540.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M2575 5254 c-643 -38 -1231 -300 -1680 -749 -349 -349 -588 -787 +-694 -1271 -74 -337 -73 -746 4 -1087 162 -718 620 -1329 1265 -1687 414 -230 +936 -346 1396 -311 642 49 1194 300 1639 746 576 575 839 1363 724 2169 -149 +1048 -936 1896 -1976 2131 -195 44 -493 70 -678 59z"/> +</g> +</svg> 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" +} |