Skip to content

Commit 39e4c84

Browse files
committed
Added favicons
1 parent 44f8e7e commit 39e4c84

8 files changed

Lines changed: 30 additions & 0 deletions

_includes/custom-head.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
55
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
66
{% endcomment %}
7+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
8+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9+
<link rel="shortcut icon" href="/favicon.ico" />
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
11+
<meta name="apple-mobile-web-app-title" content="da5is" />
12+
<link rel="manifest" href="/site.webmanifest" />
713
{% if site.google_analytics and jekyll.environment == 'production' %}
814
{% include google-analytics.html %}
915
{% endif %}

apple-touch-icon.png

37 KB
Loading

favicon-96x96.png

7.59 KB
Loading

favicon.ico

14.7 KB
Binary file not shown.

favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "da5is.github.io",
3+
"short_name": "da5is",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

web-app-manifest-192x192.png

41.7 KB
Loading

web-app-manifest-512x512.png

302 KB
Loading

0 commit comments

Comments
 (0)