Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-06 00:39:09 +01:00
parent 32e09522bc
commit a5db5b9dbe
24 changed files with 1476 additions and 953 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 303 KiB

3
public/logo-white.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="150" height="150" viewBox="0 0 150 150" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.8109 101.066L25 128.807L44.2174 84.4441L72.8109 101.066ZM79.7067 24.0024L125 128.807L45.0697 82.3519L70.2925 24.0024C71.8679 22.4526 73.4308 21.8064 74.9806 22.0652C76.556 21.7808 78.1321 22.427 79.7067 24.0024Z" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 390 B

3
public/logo/192.png Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85dd3429d6868cb1acc290380a0dda48987dfcfa37909e48d7ebda96926e311f
size 4305

BIN
public/logo/192.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

3
public/logo/32.png Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:206c4992d28596d0d33418a05358dc6304c662d1dfe1aef959ca636d392cc0b7
size 717

3
public/logo/512.png Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58e67537a793b543815d8c322c843859b8edd761f9d164454b592ceb027b088d
size 12844

BIN
public/logo/512.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc25973b958e43be013954a256ce3f66a6c68b4852e40f8d6948d1fc12b40d7f
size 40183

View File

@ -1,14 +1,41 @@
{
"short_name": "Markblog",
"name": "Markblog - Simple Markdown blog CMS",
"icons": [
],
"description": "A static blog generator",
"lang": "en-US",
"icons": [{
"src": "logo/maskable_icon.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "maskable"
}, {
"src": "logo.svg",
"type":"image/svg+xml",
"sizes":"512x512"
}, {
"src": "logo/512.webp",
"type": "image/webp",
"sizes": "512x512"
}, {
"src": "logo/512.png",
"type": "image/png",
"sizes": "512x512"
}, {
"src": "logo/192.webp",
"type": "image/webp",
"sizes": "192x192"
}, {
"src": "logo/192.png",
"type": "image/png",
"sizes": "192x192"
}],
"serviceworker": {
"src": "/service-worker.js"
},
"start_url": "/",
"scope": "/",
"background_color": "#6200EE",
"orientation": "any",
"background_color": "#FFFFFF",
"display": "standalone",
"theme_color": "#6200EE"
}