From: Naeem Model Date: Tue, 28 Jan 2025 21:55:32 +0000 (+0000) Subject: Fix logo width/height and generate favicons X-Git-Url: https://git.nmode.ca/Rnaught/commitdiff_plain/9a08013b8f5aac980b30e3688608e1d4a6d428dd?ds=inline Fix logo width/height and generate favicons --- diff --git a/man/figures/logo.svg b/man/figures/logo.svg index bfcf5f7..f3d2388 100644 --- a/man/figures/logo.svg +++ b/man/figures/logo.svg @@ -1,5 +1,5 @@ - + + \ No newline at end of file diff --git a/pkgdown/favicon/site.webmanifest b/pkgdown/favicon/site.webmanifest new file mode 100644 index 0000000..4ebda26 --- /dev/null +++ b/pkgdown/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/pkgdown/favicon/web-app-manifest-192x192.png b/pkgdown/favicon/web-app-manifest-192x192.png new file mode 100644 index 0000000..a6aeafa Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-192x192.png differ diff --git a/pkgdown/favicon/web-app-manifest-512x512.png b/pkgdown/favicon/web-app-manifest-512x512.png new file mode 100644 index 0000000..d05ffc4 Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-512x512.png differ