Add favicon PNGs, Apple touch icon, and PWA webmanifest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 16:57:54 +02:00
parent 24733bca05
commit 9434c9f192
6 changed files with 19 additions and 2 deletions
+3 -2
View File
@@ -19,8 +19,9 @@
{{- end }}
<link rel="icon" type="image/svg+xml" href="/assets/roux-mark.svg" />
<link rel="apple-touch-icon" href="/assets/roux-mark.svg" />
<link rel="mask-icon" href="/assets/roux-mark.svg" color="#8a3322" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#f1ebe0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

+16
View File
@@ -0,0 +1,16 @@
{
"name": "Roux",
"short_name": "Roux",
"description": "A fashion journal in one hundred plates.",
"icons": [
{ "src": "/favicon-32.png", "type": "image/png", "sizes": "32x32" },
{ "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/assets/roux-mark.svg", "type": "image/svg+xml", "sizes": "any" }
],
"start_url": "/",
"display": "standalone",
"background_color": "#f1ebe0",
"theme_color": "#f1ebe0"
}