1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-15 19:32:59 +00:00

refactor: update favicon files and documentation (#2558)

This commit is contained in:
Cotes
2025-10-20 02:55:43 +08:00
committed by GitHub
parent 604528e3ce
commit aa832c29de
15 changed files with 22 additions and 34 deletions

10
assets/img/favicons/site.webmanifest Normal file → Executable file
View File

@@ -10,15 +10,17 @@ layout: compress
"description": "{{ site.description }}",
"icons": [
{
"src": "{{ favicon_path }}/android-chrome-192x192.png",
"src": "{{ favicon_path }}/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ favicon_path }}/android-chrome-512x512.png",
"src": "{{ favicon_path }}/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",