feat: add favicon
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 32s
|
@ -1,3 +1,9 @@
|
||||||
|
<!-- Umami Analytics -->
|
||||||
{{ if hugo.IsProduction }}
|
{{ if hugo.IsProduction }}
|
||||||
{{ partialCached "hugomods/umami-analytics/index" . .Params.analyze }}
|
{{ partialCached "hugomods/umami-analytics/index" . .Params.analyze }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<!-- Favicon: https://favicon.io/favicon-converter/ -->
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 403 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 522 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 639 B |
19
static/site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"short_name": "",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/assets/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|