Add favicon and site.webmanifest
All checks were successful
continuous-integration/drone Build is passing

Also merged "assets" and "static" directories
This commit is contained in:
Marko Korhonen 2022-09-14 20:23:13 +03:00
parent f5292cf1f9
commit 3598d41462
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
11 changed files with 29 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 KiB

BIN
assets/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
assets/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

BIN
assets/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

22
assets/site.webmanifest Normal file
View file

@ -0,0 +1,22 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Marko Korhonen",
"description": "personal website and portfolio",
"short_name": "Marko Korhonen",
"start_url": ".",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#E38A93",
"background_color": "#1B1D1E",
"display": "standalone"
}

View file

@ -7,3 +7,5 @@ enableEmoji = true
enableGitInfo = true
urls = ['.*']
staticDir = "assets"

View file

@ -1,6 +1,7 @@
enableBlogPost = true
enableTOC = true
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
description = "Personal website and portfolio"
[newsletter]
enable = false
@ -10,6 +11,10 @@ provider = "darkreader"
enable = true
default = "system"
[logo]
main = "images/marko.jpg"
favicon = "favicon-32x32.png"
[features.comment]
enable = true