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:
10
assets/img/favicons/site.webmanifest
Normal file → Executable file
10
assets/img/favicons/site.webmanifest
Normal file → Executable 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",
|
||||
|
||||
Reference in New Issue
Block a user