mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +01:00
set favicon
This commit is contained in:
parent
a234285598
commit
3e4a49a6de
13 changed files with 36 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }}">
|
0
static/android-chrome-96x96.png
Normal file
0
static/android-chrome-96x96.png
Normal file
BIN
static/apple-touch-icon.png
(Stored with Git LFS)
Normal file
BIN
static/apple-touch-icon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
9
static/browserconfig.xml
Normal file
9
static/browserconfig.xml
Normal 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
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
BIN
static/favicon-32x32.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
0
static/mstile-150x150.png
Normal file
0
static/mstile-150x150.png
Normal file
BIN
static/safari-pinned-tab.svg
(Stored with Git LFS)
Normal file
BIN
static/safari-pinned-tab.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
13
static/site.webmanifest
Normal file
13
static/site.webmanifest
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue