Update site description and manifest
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-01-28 12:06:56 +02:00
parent 4d51171cc6
commit af50517dc5
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 23 additions and 5 deletions

View file

@ -1,5 +1,5 @@
background = "/images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg" background = "/images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
description = "Personal website and portfolio" description = "Personal website, portfolio and blog of Marko Korhonen"
gitRepo = "https://git.korhonen.cc/FunctionalHacker/korhonen.cc" gitRepo = "https://git.korhonen.cc/FunctionalHacker/korhonen.cc"
gitBranch = "main" gitBranch = "main"

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/web-manifest-combined.json", "$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Marko Korhonen", "name": "Marko Korhonen",
"description": "personal website and portfolio", "description": "Personal website, portfolio and blog of Marko Korhonen",
"short_name": "Marko Korhonen", "short_name": "Marko Korhonen",
"start_url": ".", "start_url": ".",
"icons": [ "icons": [
@ -16,7 +16,25 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#E38A93", "theme_color": "#ff6c00",
"background_color": "#1B1D1E", "background_color": "#111827",
"display": "standalone" "display": "standalone",
"id": "korhonen.cc",
"shortcuts": [
{
"name": "Posts",
"url": "/posts",
"description": "Blog posts by Marko Korhonen"
},
{
"name": "Repo",
"url": "/repo",
"description": "Repo information page"
},
{
"name": "PGP",
"url": "/pgp",
"description": "Information about my PGP key"
}
]
} }