!publish! favicons...

This commit is contained in:
Marcell Mars 2020-03-16 03:09:45 +01:00
parent 7f066c325c
commit ef63e492a9
10 changed files with 60 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
static/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

View File

@ -0,0 +1,28 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="100.000000pt" height="100.000000pt" viewBox="0 0 100.000000 100.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,100.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M420 655 c0 -32 -2 -35 -30 -35 l-30 0 0 -95 0 -95 -35 0 c-33 0 -35
2 -35 35 0 32 -2 35 -30 35 -28 0 -30 -3 -30 -35 0 -32 2 -35 30 -35 l30 0 0
-95 0 -95 -30 0 c-27 0 -30 3 -30 30 0 27 -3 30 -30 30 -27 0 -30 -3 -30 -30
0 -27 3 -30 30 -30 27 0 30 -3 30 -30 0 -27 3 -30 30 -30 27 0 30 3 30 30 0
28 3 30 35 30 l35 0 0 95 0 95 30 0 30 0 0 -125 0 -125 -30 0 c-28 0 -30 -3
-30 -35 0 -32 2 -35 30 -35 28 0 30 3 30 35 0 33 2 35 35 35 l35 0 0 125 0
125 30 0 30 0 0 -125 0 -125 29 0 c26 0 30 -4 33 -32 3 -29 7 -33 36 -36 32
-3 33 -2 30 30 -3 29 -7 33 -35 36 l-33 3 0 125 0 124 35 0 35 0 0 -95 0 -95
30 0 c27 0 30 -3 30 -30 0 -28 3 -30 35 -30 32 0 35 2 35 30 0 27 3 30 30 30
27 0 30 3 30 30 0 27 -3 30 -30 30 -27 0 -30 -3 -30 -30 0 -28 -3 -30 -35 -30
l-35 0 0 94 0 95 33 3 c28 3 32 6 32 33 0 27 -3 30 -30 30 -27 0 -30 -4 -33
-32 -3 -29 -7 -33 -33 -33 l-29 0 0 94 0 95 -32 3 c-29 3 -33 7 -36 36 l-3 32
-95 0 -94 0 0 -35z m70 -125 c0 -28 -3 -30 -35 -30 -32 0 -35 2 -35 30 0 28 3
30 35 30 32 0 35 -2 35 -30z m120 0 c0 -27 -3 -30 -30 -30 -27 0 -30 3 -30 30
0 27 3 30 30 30 27 0 30 -3 30 -30z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View File

@ -1,6 +1,15 @@
<title>{{ block "title" . }} <title>{{ block "title" . }}
{{- .Title }} - {{ .Site.Title -}} {{- .Title }} - {{ .Site.Title -}}
{{ end }}</title> {{ end }}</title>
<link rel="apple-touch-icon" sizes="76x76" 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">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8" /> <meta charset="utf-8" />
{{ if .Description }} {{ if .Description }}
<meta name="description" content="{{ .Description }}" /> <meta name="description" content="{{ .Description }}" />