From 78715c75ea29590e916872fe0a2bd2ce77f28e85 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 2 May 2022 02:36:22 +0200 Subject: Rework icons --- static/apple-touch-icon-precomposed.png | Bin 4380 -> 0 bytes static/apple-touch-icon.png | Bin 0 -> 4325 bytes static/icon-192.png | Bin 0 -> 4677 bytes static/icon-512.png | Bin 0 -> 12775 bytes static/icon.svg | 27 +++++++++++++++++++++++++++ static/img/open-graph-logo.png | Bin 10976 -> 5229 bytes static/manifest.webmanifest | 8 ++++++++ 7 files changed, 35 insertions(+) delete mode 100644 static/apple-touch-icon-precomposed.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/icon-192.png create mode 100644 static/icon-512.png create mode 100644 static/icon.svg create mode 100644 static/manifest.webmanifest (limited to 'static') diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png deleted file mode 100644 index 2c4f797..0000000 Binary files a/static/apple-touch-icon-precomposed.png and /dev/null differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..24cdee9 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/icon-192.png b/static/icon-192.png new file mode 100644 index 0000000..80d0761 Binary files /dev/null and b/static/icon-192.png differ diff --git a/static/icon-512.png b/static/icon-512.png new file mode 100644 index 0000000..80816cf Binary files /dev/null and b/static/icon-512.png differ diff --git a/static/icon.svg b/static/icon.svg new file mode 100644 index 0000000..389dc3c --- /dev/null +++ b/static/icon.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/open-graph-logo.png b/static/img/open-graph-logo.png index 368939a..df93da6 100644 Binary files a/static/img/open-graph-logo.png and b/static/img/open-graph-logo.png differ diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..a2ecebf --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,8 @@ +{ + "short_name": "Ed.", + "name": "Ed: a Hugo theme for minimal editions", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +} -- cgit v1.2.3