set favicon

This commit is contained in:
Gabriel Augendre 2023-05-21 13:55:43 +02:00
parent a234285598
commit 3e4a49a6de
13 changed files with 36 additions and 10 deletions

View file

@ -46,12 +46,8 @@ params:
assets:
disableHLJS: true
# disableFingerprinting: true
# favicon: "<link / abs url>"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"
theme_color: "#ffffff"
msapplication_TileColor: "#226997"
label:
text: "Home"

View file

@ -1,4 +0,0 @@
{{ $admonitions := resources.Get "css/admonitions.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $admonitions.Permalink }}">
{{ $style := resources.Get "css/style.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">

View file

BIN
static/apple-touch-icon.png (Stored with Git LFS) Normal file

Binary file not shown.

9
static/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/static/icons/mstile-150x150.png"/>
<TileColor>#226997</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
static/favicon-16x16.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/favicon-32x32.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

BIN
static/safari-pinned-tab.svg (Stored with Git LFS) Normal file

Binary file not shown.

13
static/site.webmanifest Normal file
View file

@ -0,0 +1,13 @@
{
"name": "Gab's Notes",
"short_name": "Gab's Notes",
"icons": [
{
"src": "/static/icons/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}