add favicons
@ -40,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
mobileMode = "auto"
|
||||
[params.header.title]
|
||||
name = "br0tkasten.de"
|
||||
logo = ""
|
||||
logo = "/image/logo.png"
|
||||
|
||||
[params.footer]
|
||||
enable = true
|
||||
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 61 KiB |
9
static/browserconfig.xml
Normal 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>
|
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 75 KiB |
BIN
static/image/logo.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
static/mstile-150x150.png
Normal file
After Width: | Height: | Size: 34 KiB |
17
static/safari-pinned-tab.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?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="255.000000pt" height="255.000000pt" viewBox="0 0 255.000000 255.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,255.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1030 2531 c-461 -95 -825 -414 -970 -851 -59 -177 -78 -441 -45
|
||||
-621 99 -532 500 -934 1034 -1033 119 -23 334 -21 458 3 124 24 205 51 318
|
||||
106 371 180 623 514 699 924 20 107 21 331 1 444 -68 388 -325 735 -677 913
|
||||
-109 55 -241 99 -354 119 -119 21 -353 19 -464 -4z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 793 B |
14
static/site.webmanifest
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|